1
0
mirror of https://github.com/aquatix/digimarks.git synced 2025-12-06 22:05:09 +01:00

Better size for the hamburger icon

This commit is contained in:
2017-02-04 10:24:39 +01:00
parent 30e4f74ed9
commit 4e0d89c25e

View File

@@ -1,9 +1,16 @@
nav .button-collapse
{
/* Fix for misalignment of hamburger icon */
margin: 0;
}
nav .button-collapse i
{
/* Make the hamburger icon great again */
font-size: 2.7rem;
}
/* label color */
.input-field label {
color: #000;