fix heading overflow

This commit is contained in:
Arvind Tiwari 2017-11-25 03:12:46 +05:30
parent 40ea11b64a
commit 0245aeca80

View file

@ -4,9 +4,13 @@
* For details, see http://www.apache.org/licenses/LICENSE-2.0. * For details, see http://www.apache.org/licenses/LICENSE-2.0.
*/ */
html {
overflow-x: hidden;
}
body { body {
overflow-x: hidden; overflow-x: hidden;
font-family: "Ralesay" , "Helvetica Neue",Helvetica,Arial,sans-serif; font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
} }
.text-muted { .text-muted {
@ -237,6 +241,10 @@ fieldset[disabled] .btn-xl.active {
background-color: #fec503; background-color: #fec503;
} }
.navbar-default .navbar-brand {
padding: 12px;
}
@media(min-width:768px) { @media(min-width:768px) {
.navbar-default { .navbar-default {
padding: 25px 0; padding: 25px 0;
@ -262,10 +270,14 @@ fieldset[disabled] .btn-xl.active {
padding: 10px 0; padding: 10px 0;
background-color: #222; background-color: #222;
} }
.navbar-default .navbar-brand {
padding: 8px;
}
} }
.navbar-default .navbar-brand { .navbar-default .navbar-brand > img {
padding: 8px; height: 100%;
} }
header { header {
@ -321,13 +333,13 @@ header .intro-text .intro-heading {
} }
section { section {
padding: 100px 0; padding: 75px 0;
} }
section h2.section-heading { section h2.section-heading {
margin-top: 0; margin-top: 0;
margin-bottom: 15px; margin-bottom: 15px;
font-size: 40px; font-size: 28px;
color: #494949; color: #494949;
} }
@ -343,7 +355,10 @@ section h3.section-subheading {
@media(min-width:768px) { @media(min-width:768px) {
section { section {
padding: 150px 0; padding: 125px 0;
}
section h2.section-heading {
font-size: 40px;
} }
} }