revert main page look & feel
This commit is contained in:
parent
f2b5d18501
commit
f3825ef9f9
1 changed files with 6 additions and 1 deletions
|
|
@ -35,6 +35,8 @@
|
|||
<style>
|
||||
body {
|
||||
background-color: darkviolet;
|
||||
font-size: 1.2rem;
|
||||
line-height: 1.5;
|
||||
}
|
||||
|
||||
.wrapper {
|
||||
|
|
@ -56,6 +58,9 @@
|
|||
|
||||
.content {
|
||||
padding-top: 50px;
|
||||
font-size: inherit;
|
||||
letter-spacing: inherit;
|
||||
line-height: inherit;
|
||||
}
|
||||
|
||||
ol,
|
||||
|
|
@ -66,7 +71,7 @@
|
|||
|
||||
/*menulist*/
|
||||
.menulist {
|
||||
font-size: 1.1em;
|
||||
font-size: 1.2em;
|
||||
text-align: center;
|
||||
margin-left: 1em;
|
||||
margin-right: 1em;
|
||||
|
|
|
|||
Loading…
Reference in a new issue