hubl/src/styles/base/about.scss

27 lines
447 B
SCSS

#about{
h2,h3{
text-transform: uppercase;
}
.flex-content-white{
display: flex;
>div{
padding: 4.2em 4.7em;
text-align: center;
margin: 0 3em 3em 0;
background: white;
box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.11);
>div{
display: flex;
flex-direction: column;
justify-content: space-between;
}
}
>div:first-child{
width: 100%;
}
>div:last-child{
width: 35%;
}
}
}