1
0
Fork 0
mirror of https://github.com/Findus23/nonsense.git synced 2024-09-19 16:03:50 +02:00

fix narrow screens

This commit is contained in:
Lukas Winkler 2017-12-27 12:41:04 +01:00
parent c06347fa65
commit c2bed3a527
2 changed files with 6 additions and 0 deletions

View file

@ -22,6 +22,9 @@ body, html {
text-decoration: none;
display: flex;
align-items: center; }
@media screen and (max-height: 400px) {
#buttonwrapper {
top: 10px; } }
#buttonwrapper:hover {
text-decoration: none; }
#buttonwrapper:hover #icon {

View file

@ -23,6 +23,9 @@ body, html {
}
#buttonwrapper {
@media screen and (max-height: 400px) {
top: 10px;
}
position: fixed;
top: 50px;
text-decoration: none;