mirror of
https://github.com/Lapikud/lapikud.github.io.git
synced 2026-03-21 04:27:48 +00:00
23 lines
393 B
SCSS
23 lines
393 B
SCSS
|
|
.banner {
|
|
background : #f0941d;
|
|
color : white;
|
|
font-weight : bold;
|
|
padding : 2rem;
|
|
border-radius : 8rem;
|
|
}
|
|
|
|
.page {
|
|
display : flex;
|
|
flex-direction : column;
|
|
flex : 1;
|
|
width : 85vw;
|
|
max-width : 1200px;
|
|
min-height : 50vh;
|
|
margin : 0 auto 0;
|
|
}
|
|
|
|
.centered-text {
|
|
text-align : center;
|
|
}
|