econocart/src/pages/home/home.scss

15 lines
221 B
SCSS
Raw Normal View History

2017-04-30 14:55:15 +00:00
page-home {
2017-05-03 15:05:57 +00:00
.btnhome {
2017-05-03 18:49:18 +00:00
padding:5%;
margin-top:20%;
2017-05-03 15:05:57 +00:00
}
.h1home{
font-size:16vw;
2017-05-03 18:49:18 +00:00
margin-top:30%;
2017-05-03 15:05:57 +00:00
text-align: center;
}
2017-05-03 18:49:18 +00:00
.h3home{
text-align: center;
2017-05-03 15:05:57 +00:00
}
2017-04-30 14:55:15 +00:00
}