Compare commits
No commits in common. "6c3b501dc1a7f2daf9012cfcac21539bbc6f6ca0" and "60a7ff2b0af987aff6af308c3654efbafece9de0" have entirely different histories.
6c3b501dc1
...
60a7ff2b0a
@ -17,6 +17,11 @@ $menu_btn-size: 10px;
|
|||||||
html {
|
html {
|
||||||
background-color: $page-color;
|
background-color: $page-color;
|
||||||
}
|
}
|
||||||
|
@media only screen and (min-width: $page-width){
|
||||||
|
html {
|
||||||
|
padding:10px;
|
||||||
|
}
|
||||||
|
}
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: "Fira Sans Light";
|
font-family: "Fira Sans Light";
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
@ -56,19 +61,6 @@ header {
|
|||||||
color: $header-fg;
|
color: $header-fg;
|
||||||
text-shadow: black 0px 0px 0.1em;
|
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 {
|
#header-logo {
|
||||||
background: url('img/logo.png') top;
|
background: url('img/logo.png') top;
|
||||||
@ -96,9 +88,6 @@ p, ul {
|
|||||||
p {
|
p {
|
||||||
text-align: justify;
|
text-align: justify;
|
||||||
}
|
}
|
||||||
ul {
|
|
||||||
width:90%;
|
|
||||||
}
|
|
||||||
footer {
|
footer {
|
||||||
font-size: 12pt;
|
font-size: 12pt;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
Loading…
Reference in New Issue
Block a user