remove download btn on small screens

gh-pages
somas95 2018-05-31 01:13:27 +02:00
parent b0ec3c683a
commit 0a178fc575
3 changed files with 13 additions and 1 deletions

View File

@ -24,4 +24,11 @@ button:hover {
.donate:hover {
background: #6b6b6b;
color: white;
}
/* Maximum width */
@media (max-width: 480px) {
#download {
display: none;
}
}

View File

@ -597,4 +597,9 @@ button:hover {
background: #6b6b6b;
color: white; }
/* Maximum width */
@media (max-width: 480px) {
#download {
display: none; } }
/*# sourceMappingURL=styles.css.map */

File diff suppressed because one or more lines are too long