Maximise space for tabs to fit on small screens

This commit is contained in:
Matt-Yorkley
2020-02-21 11:45:33 +01:00
parent ed6f042446
commit 3430cc617a

View File

@@ -16,6 +16,10 @@
display: table;
width: 100%;
}
@media all and (max-width: 480px) {
padding: 0;
}
}
}