From 417e84fe2ea339d86fbef541f2f97760ed1f7d35 Mon Sep 17 00:00:00 2001 From: Elinorre Date: Mon, 10 Feb 2020 07:37:30 +0300 Subject: [PATCH] styles --- src/styles/layout.css | 3 ++- src/styles/main.css | 12 +++++++++--- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/src/styles/layout.css b/src/styles/layout.css index 19d1954..b39acaf 100644 --- a/src/styles/layout.css +++ b/src/styles/layout.css @@ -1,5 +1,6 @@ html { - font-family: sans-serif; + font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, + Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; height: 100%; diff --git a/src/styles/main.css b/src/styles/main.css index de5acb4..fe4a5e6 100644 --- a/src/styles/main.css +++ b/src/styles/main.css @@ -16,11 +16,15 @@ ul.nav-tabs a.nav-link, ul.nav-tabs a.nav-link.active { /* ------------------------------------------- */ /* ------- news & main content ----------------------------- */ +h1 { font-size: 50px; } +h2 { font-size: 40px; } +h3 { font-size: 35px; } div.container main a { color: rgb(0, 86, 179); } div.container main a:hover { color: rgb(1, 66, 136); text-decoration: underline;} .jumbotron { - font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; + font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, + Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif; padding: 60px 40px 30px 40px; margin-bottom: 35px; background-color: rgb(247,247,247); @@ -62,14 +66,16 @@ p { font-size: 20px; margin-top: 15px; margin-bottom: 20px; - font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; } + font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, + Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif; } hr { border-top: 1px solid rgb(220, 222, 224); margin: 10px 0px 20px 0px; } img.center-block { margin-bottom: 0; } -li { margin-bottom: 0; font-size: 20px; font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; } +li { margin-bottom: 0; font-size: 20px; font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, + Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif; } ul { margin: 0 0 20px 0; padding-left: 40px; } p#button { margin-bottom: 0px; } p.lead { margin-bottom: 20px; font-size: 25px; }