Commit 43f9b67f authored by Alain Takoudjou's avatar Alain Takoudjou

Fix size for present and unpresent button on mobile

There is no text on mobile layout
parent d9335b5c
......@@ -1134,6 +1134,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