FIX font-family
This commit is contained in:
parent
e653021934
commit
631c6edddb
|
|
@ -8,9 +8,9 @@
|
|||
|
||||
html {height: 100%;}
|
||||
body {margin: 1%; padding: 0; height: 100%; width: 98%;}
|
||||
html body h1 {font-family: Ubuntu, inherit;}
|
||||
html body h2 {font-family: Ubuntu, inherit; text-align: center;}
|
||||
html body h3 {font-family: Ubuntu, inherit;}
|
||||
html body h1 {font-family: Ubuntu;}
|
||||
html body h2 {font-family: Ubuntu; text-align: center;}
|
||||
html body h3 {font-family: Ubuntu;}
|
||||
|
||||
div.clear {clear: both;}
|
||||
|
||||
|
|
|
|||
|
|
@ -8,9 +8,9 @@
|
|||
|
||||
html {height: 100%;}
|
||||
body {margin: 0; padding: 0; height: 100%; width: 100%; overflow: hidden;}
|
||||
html body h1 {font-family: Ubuntu, inherit;}
|
||||
html body h2 {font-family: Ubuntu, inherit;}
|
||||
html body h3 {font-family: Ubuntu, inherit;}
|
||||
html body h1 {font-family: Ubuntu;}
|
||||
html body h2 {font-family: Ubuntu;}
|
||||
html body h3 {font-family: Ubuntu;}
|
||||
div#map {width: 100%; position: absolute; top: 0; bottom: 0px;}
|
||||
body.openBox div#map {right: 250px;}
|
||||
div.clear {clear: both;}
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
.darkHeader {background-color: rgba(55,55,55, 0.8);margin-top: -10px; padding: 150px 50px; color: #fff; text-align: center;}
|
||||
.darkHeader .topDiv {font-size: 20px;}
|
||||
.darkHeader .userPic {font-size: 70px; font-family: Ubuntu, inherit;}
|
||||
.darkHeader .userPic {font-size: 70px; font-family: Ubuntu;}
|
||||
.darkHeader .userPic img {height: 70px; border-radius: 5px;}
|
||||
.darkHeader .socialNetworks {margin-top: 10px;}
|
||||
.darkHeader .socialNetworks a.toPoints{color: #fff;}
|
||||
|
|
|
|||
Loading…
Reference in New Issue