fixing style

master
root 4 years ago
parent d0af1b8a3e
commit 601eaea199

@ -182,7 +182,7 @@ dl{
/* HEADER */ /* HEADER */
header{ header{
position: fixed; position: fixed;
top: 5px; top: 5px;
width: calc(100vw - 15px); width: calc(100vw - 15px);
font-size: 12px; font-size: 12px;
@ -216,6 +216,7 @@ a.head{
color: #FFF; color: #FFF;
text-decoration: none; text-decoration: none;
display: inline; display: inline;
font-family: "Lyon", Arial, Helvetica, sans-serif;
} }
a.head:hover{ a.head:hover{
@ -406,6 +407,12 @@ blockquote{
padding-top: 5px; padding-top: 5px;
transform: scaleX(0.85); transform: scaleX(0.85);
transform-origin: 0 0; transform-origin: 0 0;
font-weight: 300;
font-family: "Favorit", Arial, Helvetica, sans-serif;
}
dd{
font-family: "Favorit", Arial, Helvetica, sans-serif;
} }
.termslastparagraph{ .termslastparagraph{
@ -419,6 +426,7 @@ dd{
padding-bottom: 5px; padding-bottom: 5px;
width: 600px; width: 600px;
font-size: calc(10px + 0.3vw); font-size: calc(10px + 0.3vw);
font-weight: 300;
} }
.bulletnumber{ .bulletnumber{

Loading…
Cancel
Save