1
Fork 0

Fix size for present and unpresent button on mobile

There is no text on mobile layout
This commit is contained in:
Alain Takoudjou 2020-12-03 19:03:16 +01:00 committed by Juliusz Chroboczek
parent 4de2953037
commit b2f050e552
1 changed files with 3 additions and 0 deletions

View File

@ -1113,6 +1113,9 @@ header .collapse {
/* END Sidebar Left */
@media only screen and (max-device-width: 1024px) {
#presentbutton, #unpresentbutton {
width: auto;
}
.nav-link {
margin: 0 4px;
line-height: 1.5;