Responsify

Reviewed By: danielbuechele

Differential Revision: D6998697

fbshipit-source-id: ea15f1b1ce3f518c194dc66169413a92e0d870bc
This commit is contained in:
Emil Sjölander
2018-02-15 06:03:18 -08:00
committed by Facebook Github Bot
parent 747c2a4208
commit fb30f7ddcb
6 changed files with 182 additions and 5 deletions

View File

@@ -42,3 +42,18 @@
.Toolbar .ToolbarToggle i {
margin-right: 5px;
}
@media only screen and (max-width: 576px) {
.Toolbar {
padding: 10px 5px;
}
.Toolbar a {
margin: 0 10px;
font-size: 12px;
}
.Toolbar .ToolbarToggle {
font-size: 12px;
}
}