1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2025-01-05 20:46:14 +01:00
fab-manager/app/assets/stylesheets/app.responsive.scss

39 lines
499 B
SCSS
Raw Normal View History

2015-05-05 03:10:25 +02:00
@media screen and (max-width: $screen-sm-min) {
.modal-dialog { top: 0; }
.modal-header {
.modal-logo {
display: none;
}
}
.about-fablab {
.about-title {
font-size: rem-calc(30);
line-height: rem-calc(28);
text-align: center;
}
.about-picture {
padding: 70px 0;
height: 226px;
}
}
}
@media screen and (max-width: $screen-md-min) {
.heading {
.heading-title {
h1 {
font-size: rem-calc(16);
padding: 26px 15px;
}
}
}
}