changed css for mobile
This commit is contained in:
parent
6244a86a61
commit
9f0ab19962
|
@ -17,12 +17,8 @@ body {
|
||||||
font-family: 'merriweather';
|
font-family: 'merriweather';
|
||||||
background-image: url("/res/grey.png");
|
background-image: url("/res/grey.png");
|
||||||
background-repeat: repeat;
|
background-repeat: repeat;
|
||||||
padding: 20px 10px 20px;
|
|
||||||
line-height: 1.5em;
|
line-height: 1.5em;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
max-width: 40em;
|
|
||||||
display: flex;
|
|
||||||
margin: auto;
|
|
||||||
tab-size: 2;
|
tab-size: 2;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -31,8 +27,8 @@ main {
|
||||||
word-spacing: 0.12em;
|
word-spacing: 0.12em;
|
||||||
padding: 1.2em;
|
padding: 1.2em;
|
||||||
background-color: #ffeedd;
|
background-color: #ffeedd;
|
||||||
margin: 2px;
|
margin: auto;
|
||||||
width: 100%;
|
max-width: 40em;
|
||||||
font-size: 1.2em;
|
font-size: 1.2em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -76,8 +72,8 @@ p,ul {
|
||||||
}
|
}
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
|
line-height: 1.5em;
|
||||||
border-bottom: 2px solid;
|
border-bottom: 2px solid;
|
||||||
padding-bottom: 0.5em;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
h2 {
|
h2 {
|
||||||
|
|
Loading…
Reference in a new issue