Browse Source

Change body size to 1 rem

writing-page-updates
Anxhelo Lushka 6 years ago
parent
commit
6ddb411b9a
No known key found for this signature in database GPG Key ID: 86086158C83770F8
  1. 2
      _site/assets/styles/main.css
  2. 2
      assets/styles/main.scss

2
_site/assets/styles/main.css

@ -216,6 +216,6 @@ h4.header-display::before { height: 2.25rem; transform: translate(-15px, 0); mar
@media (max-width: 992px) { .display-md { display: none !important; } }
.display-md { display: unset; }
body { color: #212529; font-family: "Source Sans Pro", sans-serif !important; font-size: 1.2rem; }
body { color: #212529; font-family: "Source Sans Pro", sans-serif !important; font-size: 1rem; }
a { text-decoration: none !important; }

2
assets/styles/main.scss

@ -12,7 +12,7 @@
body {
color: $oc-gray-9;
font-family: $font;
font-size: 1.2rem;
font-size: 1rem;
}
a {

Loading…
Cancel
Save