classic dark/light now uses the old style
This commit is contained in:
parent
958153abdd
commit
d12a4a3b45
|
|
@ -8,3 +8,12 @@ html {
|
||||||
animation-duration: 50s;
|
animation-duration: 50s;
|
||||||
animation-iteration-count: infinite;
|
animation-iteration-count: infinite;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.content, #footer {
|
||||||
|
max-width: 1000px;
|
||||||
|
margin: auto;
|
||||||
|
}
|
||||||
|
|
||||||
|
.content {
|
||||||
|
margin-top: 105px;
|
||||||
|
}
|
||||||
|
|
@ -8,3 +8,12 @@ html {
|
||||||
animation-duration: 50s;
|
animation-duration: 50s;
|
||||||
animation-iteration-count: infinite;
|
animation-iteration-count: infinite;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.content, #footer {
|
||||||
|
max-width: 1000px;
|
||||||
|
margin: auto;
|
||||||
|
}
|
||||||
|
|
||||||
|
.content {
|
||||||
|
margin-top: 105px;
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue