This commit is contained in:
Elinorre 2020-02-10 07:37:30 +03:00
parent 8d780fe3c2
commit 417e84fe2e
2 changed files with 11 additions and 4 deletions

View File

@ -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%;

View File

@ -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; }