This commit is contained in:
ZettaScript
2022-09-26 23:42:42 +02:00
parent 9a6af1d0d1
commit e060604096
4 changed files with 46 additions and 2 deletions

View File

@ -2,7 +2,7 @@
position: fixed;
top: 48px;
left: 0;
width: 256px;
width: 240px;
background-color: #fa0;
border-bottom: 4px dashed #000;
border-right: 4px dashed #000;
@ -36,9 +36,19 @@ html, body {
main {
width: 100%;
font-size: 18px;
min-height: calc(100vh - 155px);
}
main.center {
text-align: center;
}
main.narrower {
max-width: 900px;
margin: auto;
}
a, a:visited {
text-decoration: none;
}