mirror of
https://github.com/moghtech/komodo.git
synced 2026-03-11 17:44:19 -05:00
fix login css width to not overflow
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
.Login {
|
||||
width: 100vw;
|
||||
height: 100vh;
|
||||
height: calc(100vh - 4rem);
|
||||
display: grid;
|
||||
place-items: center;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user