fix(css): logo widths
parent
6db8cffcbe
commit
d0aa94f2ed
|
|
@ -38,6 +38,9 @@ em {
|
||||||
float: left;
|
float: left;
|
||||||
width: 25%;
|
width: 25%;
|
||||||
}
|
}
|
||||||
|
.logo {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
/* breakpoints at 850px and 475px */
|
/* breakpoints at 850px and 475px */
|
||||||
@media screen and (max-width: 850px) {
|
@media screen and (max-width: 850px) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue