Improved UI for narrow screens https://github.com/libredirect/browser_extension/issues/748
This commit is contained in:
parent
b0837aa19b
commit
426555c0fa
|
@ -479,4 +479,18 @@ input:disabled {
|
|||
div.about a {
|
||||
width: 500px;
|
||||
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