Fix buttons overflowing screen

This commit is contained in:
2019-05-31 13:20:05 +02:00
parent 0de1c52535
commit 98baae4fee
2 changed files with 15 additions and 4 deletions

View File

@ -22,4 +22,15 @@ main {
/* Set the fixed height of the footer here */
/*line-height: 60px; /* Vertically center the text there */
background-color: #f5f5f5;
}
}
.topbutton {
width: 100%;
}
@media (min-width: 768px) {
.topbutton {
width: auto;
}
}