16 lines
157 B
SCSS
16 lines
157 B
SCSS
.full-width{
|
|
width:100%;
|
|
}
|
|
|
|
|
|
.center-content{
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
|
|
}
|
|
|
|
*:focus{
|
|
outline: 1px dotted red;
|
|
}
|