fix mobile display
This commit is contained in:
parent
d112d7ae63
commit
6f6c0c3a6d
3 changed files with 21 additions and 7 deletions
|
@ -153,13 +153,15 @@ footer:hover {
|
|||
|
||||
.title-icon {
|
||||
position: relative;
|
||||
height: 1.2em;
|
||||
width: 1.3em;
|
||||
height: 1.1em;
|
||||
margin: 0 .1em;
|
||||
padding-right: 1.6em;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.title-icon img {
|
||||
width: 1.4em;
|
||||
height: 1.4em;
|
||||
position: absolute;
|
||||
}
|
||||
|
||||
|
@ -179,3 +181,9 @@ footer:hover {
|
|||
box-shadow: 0 2px 8px #0c03116e;
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (max-width: 500px) {
|
||||
h1 {
|
||||
font-size: 1.2em;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue