Header padding continuity

This commit is contained in:
narcolepticinsomniac 2018-07-08 16:02:36 -04:00 committed by GitHub
parent 7fe57323a3
commit 66dc2b986f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -54,7 +54,7 @@ select {
height: 100vh; height: 100vh;
position: fixed; position: fixed;
top: 0; top: 0;
padding: 15px; padding: 1rem;
border-right: 1px dashed #AAA; border-right: 1px dashed #AAA;
-webkit-box-shadow: 0 0 50px -18px black; -webkit-box-shadow: 0 0 50px -18px black;
box-shadow: 0 0 50px -18px black; box-shadow: 0 0 50px -18px black;