Compare commits
2 Commits
60a7ff2b0a
...
6c3b501dc1
Author | SHA1 | Date | |
---|---|---|---|
6c3b501dc1 | |||
3bfa465d6c |
@ -17,11 +17,6 @@ $menu_btn-size: 10px;
|
||||
html {
|
||||
background-color: $page-color;
|
||||
}
|
||||
@media only screen and (min-width: $page-width){
|
||||
html {
|
||||
padding:10px;
|
||||
}
|
||||
}
|
||||
@font-face {
|
||||
font-family: "Fira Sans Light";
|
||||
font-style: normal;
|
||||
@ -61,6 +56,19 @@ header {
|
||||
color: $header-fg;
|
||||
text-shadow: black 0px 0px 0.1em;
|
||||
}
|
||||
h1 {
|
||||
font-size: 20pt;
|
||||
}
|
||||
}
|
||||
@media only screen and (min-width: $page-width){
|
||||
html {
|
||||
padding:10px;
|
||||
}
|
||||
header {
|
||||
h1 {
|
||||
font-size: 32pt;
|
||||
}
|
||||
}
|
||||
}
|
||||
#header-logo {
|
||||
background: url('img/logo.png') top;
|
||||
@ -88,6 +96,9 @@ p, ul {
|
||||
p {
|
||||
text-align: justify;
|
||||
}
|
||||
ul {
|
||||
width:90%;
|
||||
}
|
||||
footer {
|
||||
font-size: 12pt;
|
||||
text-align: center;
|
||||
|
Loading…
Reference in New Issue
Block a user