1
0
mirror of https://github.com/bitwarden/help synced 2025-12-06 00:03:30 +00:00

style tweaks

This commit is contained in:
Kyle Spearrin
2017-05-22 23:04:09 -04:00
parent f17690a54b
commit 17e296adf7
4 changed files with 38 additions and 12 deletions

View File

@@ -13,10 +13,10 @@ $headings-font-family: "Open Sans", sans-serif;
$text-color: $brand-secondary;
$gray-lighter: lighten(#000, 93.5%);
$font-size-h1: floor(($font-size-base * 2.0)) !default;
$font-size-h2: floor(($font-size-base * 1.75)) !default;
$font-size-h3: ceil(($font-size-base * 1.5)) !default;
$font-size-h4: ceil(($font-size-base * 1.25)) !default;
$font-size-h1: floor(($font-size-base * 2.0)) !default;
$font-size-h2: floor(($font-size-base * 1.75)) !default;
$font-size-h3: ceil(($font-size-base * 1.5)) !default;
$font-size-h4: ceil(($font-size-base * 1.25)) !default;
$navbar-height: 80px;
$navbar-margin-bottom: 0;

View File

@@ -9,6 +9,7 @@ html {
body {
margin-bottom: 465px;
background-color: #ffffff;
}
@media(min-width:$screen-sm) {
@@ -145,15 +146,29 @@ footer {
}
@media(min-width:$screen-sm) {
padding-left: 50px;
padding-left: 38px;
i {
margin-left: -50px;
margin-left: -38px;
}
}
@media(min-width:$screen-md) {
padding-left: 52px;
i {
margin-left: -52px;
}
}
}
@media(max-width:$screen-sm-max) {
h1 {
font-size: 30px;
}
}
@media(max-width:$screen-xs-max) {
h1 {
font-size: 25px;
}
@@ -175,6 +190,14 @@ footer {
}
}
@media(min-width:$screen-md) {
.main {
.articles:last-child {
margin-bottom: 0;
}
}
}
.articles {
margin-bottom: 25px;
@@ -211,7 +234,7 @@ footer {
}
}
@media(max-width:$screen-sm-max) {
@media(max-width:$screen-xs-max) {
&.panel {
border: 0;
box-shadow: none;