Line 8: | Line 8: | ||
h1, h2, h3, h4, h5, h6, p, a { | h1, h2, h3, h4, h5, h6, p, a { | ||
font-family: "Lato", "Open Sans", sans-serif; | font-family: "Lato", "Open Sans", sans-serif; | ||
− | line-height: normal; | + | } |
+ | p { | ||
+ | line-height: 2em; | ||
+ | } | ||
+ | h1, h2, h3, h4, h5, h6 { | ||
+ | line-height: normal !important; | ||
} | } | ||
h2 { | h2 { |
Revision as of 19:14, 30 August 2016
/* HOMEPAGE */
.homepage-links div {
text-align: center;
}
/* TYPOGRAPHY */ h1, h2, h3, h4, h5, h6, p, a {
font-family: "Lato", "Open Sans", sans-serif;
} p {
line-height: 2em;
} h1, h2, h3, h4, h5, h6 {
line-height: normal !important;
} h2 {
font-size: 180%;
} h3 {
font-size: 150%;
} h4 {
font-size: 130%;
} h5 {
font-size: 120%;
} h6 {
font-size: 110%;
}
/* NAVBAR */ .navbar-logo {
width: 90px; margin-left: 30px;
} .top-bar {
background-color: #3284bf; border-bottom: 5px solid #ffe800; margin-top: 16px !important; padding: 5px;
} .top-bar ul {
background-color: #3284bf;
} .top-bar-right {
background-color: #3284bf; border-bottom: 0;
} .menu>li>a {
color: white;
} /* li.is-submenu-item.is-dropdown-submenu-item>a {
color: black;
} */ .navbar-blue-bg {
background-color: #3284bf; margin: 11px 0 0 0;
}
/* EVERYTHING */
- content {
margin-top: -3px;
}