This commit is contained in:
Bence Pőcze 2020-06-27 00:24:04 +02:00
parent 1287fa0bc9
commit 6fce002458
Signed by: bence
GPG Key ID: AA52B11A3269D1C1

View File

@ -17,6 +17,11 @@ button::-moz-focus-inner, input::-moz-focus-inner {
border: 0;
}
/* to be compatible with browsers that don't know <main> */
main {
display: block;
}
::selection {
background-color: #28a745;
color: #ffffff;
@ -324,10 +329,11 @@ main {
padding: 6px 12px;
}
div.full {
main.full {
position: relative;
width: 100%;
height: calc(100% - 40px);
padding: 0;
}
footer {