Files
Speedtest-Tracker/public/css/main.css
Henry Whitaker 0062ac6960 Added base app
Has basic login UI, has methods to run speedtests
2020-04-08 13:57:26 +01:00

12 lines
148 B
CSS
Vendored

.fullscreen {
height: 100vh !important;
}
.alert {
position: absolute;
bottom: 0;
left: 0;
right: 0;
margin: 0 5em 1rem;
}