econocart/src/pages/RelatorioEscolhe/main.scss

25 lines
413 B
SCSS
Raw Normal View History

2017-05-28 09:15:38 +00:00
page-inicio {
.btnhome {
padding:5%;
}
.h1home{
font-size:16vw;
text-align: center;
}
.h3home{
text-align: center;
margin-bottom: 10vh;
}
.cont{
display: flex;
align-content: space-around;
align-items: center;
width: 100%;
height: 100%;
}
.el{
display: block;
width: 100%;
}
}