frames.html: trim

This commit is contained in:
Zankaria 2025-03-26 13:54:55 +01:00
parent 025f1c4221
commit 9431536112

View file

@ -16,13 +16,13 @@
border-width: 2px; border-width: 2px;
margin-right: 15px; margin-right: 15px;
} }
.introduction { .introduction {
grid-column: 2 / 9; grid-column: 2 / 9;
grid-row: 1; grid-row: 1;
width: 100%; width: 100%;
} }
.content { .content {
grid-column: 2 / 9; grid-column: 2 / 9;
grid-row: 2; grid-row: 2;
@ -35,7 +35,7 @@
gap: 20px; gap: 20px;
height: 100vh; height: 100vh;
} }
.modlog { .modlog {
width: 50%; width: 50%;
text-align: left; text-align: left;
@ -69,7 +69,7 @@
li a.system { li a.system {
font-weight: bold; font-weight: bold;
} }
@media (max-width:768px) { @media (max-width:768px) {
body{ body{
display: grid; display: grid;
@ -78,7 +78,7 @@
height: 100vh; height: 100vh;
width: 100%; width: 100%;
} }
.introduction { .introduction {
grid-column: 1; grid-column: 1;
grid-row: 1; grid-row: 1;
@ -97,16 +97,16 @@
grid-row: 3; grid-row: 3;
width: 100%; width: 100%;
} }
.modlog { .modlog {
width: 100%; width: 100%;
text-align: center; text-align: center;
} }
table { table {
table-layout: fixed; table-layout: fixed;
} }
table.modlog tr th { table.modlog tr th {
white-space: normal; white-space: normal;
word-wrap: break-word; word-wrap: break-word;