mirror of
https://github.com/OpenLiberty/liberty-bikes.git
synced 2025-01-18 10:23:58 +08:00
Hide horizontal overflow on login page
Should never need to scroll horizontally anyway, even an iPhone SE doesn’t.
This commit is contained in:
parent
87df23d4dd
commit
d151376999
@ -5,6 +5,7 @@
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
justify-content: space-around;
|
||||
overflow-x: hidden;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
|
Loading…
Reference in New Issue
Block a user