new post, some style

This commit is contained in:
Torsten Ruger
2017-11-28 17:01:29 +02:00
parent df69847757
commit 2b4bc12fe6
3 changed files with 143 additions and 38 deletions

View File

@ -1,5 +1,5 @@
body {
font: 300 15px "Roboto",Arial,sans-serif;
font: 300 1rem "Roboto",Arial,sans-serif;
text-rendering: optimizelegibility;
margin-top: 50px;
/*background: #FCFCFC url(../img/pattern.png) top left repeat;*/
@ -69,7 +69,6 @@ hr {
padding: 15px 40px;
text-shadow: none;
text-transform: uppercase;
font-size: 12px;
}
.navbar .nav > li > a:hover {
@ -214,7 +213,7 @@ hr {
}
.theme p {
font-size:15px;
font-size: 1.1rem;
line-height:1.4;
}