Added mobile github link
This commit is contained in:
parent
bb50a3ccbe
commit
44f3fe5d5a
1 changed files with 9 additions and 2 deletions
|
|
@ -208,6 +208,13 @@ input[type='text'] {
|
|||
}
|
||||
|
||||
@media screen and (max-width: 500px) {
|
||||
.github {
|
||||
width: 24px;
|
||||
position: absolute;
|
||||
top: 8px;
|
||||
right: 8px;
|
||||
}
|
||||
|
||||
body {
|
||||
font-size: 14px;
|
||||
}
|
||||
|
|
@ -251,6 +258,6 @@ input[type='text'] {
|
|||
}
|
||||
|
||||
input[type='text'] {
|
||||
width: calc(100% - 65px)
|
||||
width: calc(100% - 65px);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue