11 lines
139 B
Stylus
11 lines
139 B
Stylus
.full-width
|
|
width 100%
|
|
|
|
.center-content
|
|
display flex
|
|
justify-content center
|
|
align-items center
|
|
|
|
*:focus
|
|
outline: 1px dotted red;
|