Commit b2f050e5 authored by Alain Takoudjou's avatar Alain Takoudjou Committed by Juliusz Chroboczek

Fix size for present and unpresent button on mobile

There is no text on mobile layout
parent 4de29530
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment