Improved UI for narrow screens https://github.com/libredirect/browser_extension/issues/748
This commit is contained in:
parent
b0837aa19b
commit
426555c0fa
|
@ -480,3 +480,17 @@ div.about a {
|
||||||
width: 500px;
|
width: 500px;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media (max-width: 1250px) {
|
||||||
|
body.option {
|
||||||
|
flex-direction: column;
|
||||||
|
width: 750px;
|
||||||
|
align-items: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
section.links {
|
||||||
|
flex-direction: row;
|
||||||
|
width: 750px;
|
||||||
|
padding: 0 55px;
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue