Style improvements for mobile
This commit is contained in:
parent
c79f8b5f8b
commit
cd16f45d8e
28 changed files with 345 additions and 120 deletions
|
|
@ -1,3 +1,5 @@
|
|||
@import './mixins';
|
||||
|
||||
/*!
|
||||
* Start Bootstrap - New Age v4.0.0-beta.2 (https://startbootstrap.com/template-overviews/new-age)
|
||||
* Copyright 2013-2017 Start Bootstrap
|
||||
|
|
@ -61,6 +63,15 @@ div.section.crowd h2 {
|
|||
div.section.crowd h2 {
|
||||
font-size: 70px; } }
|
||||
|
||||
@include breakpoint(mobile) {
|
||||
div.section.crowd p {
|
||||
padding-left: 10px;
|
||||
padding-right: 10px;
|
||||
}
|
||||
|
||||
div.section.crowd h2 {
|
||||
font-size: 35px; } }
|
||||
|
||||
div.section.platf .div.section-heading {
|
||||
margin-bottom: 100px; }
|
||||
div.section.platf .div.section-heading h2 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue