21 lines
308 B
Sass
21 lines
308 B
Sass
.center
|
|
height: 100vh
|
|
padding: 0
|
|
margin: 0
|
|
display: flex
|
|
align-items: center
|
|
justify-content: center
|
|
flex-direction: row
|
|
img
|
|
height: 20vh
|
|
.smaller
|
|
img
|
|
height: 10vh
|
|
.about
|
|
display: flex
|
|
flex-direction: column
|
|
padding: 0 10vw
|
|
text-align: center
|
|
width: 666px
|
|
margin: auto
|
|
|