Hide horizontal overflow on login page

Should never need to scroll horizontally anyway, even an iPhone SE doesn’t.
This commit is contained in:
Liam Westby 2019-09-11 13:46:21 -05:00
parent 87df23d4dd
commit d151376999

View File

@ -5,6 +5,7 @@
flex-direction: column;
align-items: center;
justify-content: space-around;
overflow-x: hidden;
}
a:hover {