„content/style.css“ ändern

master
flambus 2020-02-17 08:37:09 +01:00
parent 42545f2aea
commit 5430b7abc0
1 changed files with 4 additions and 0 deletions

View File

@ -23,6 +23,10 @@
grid-column: 2 / 3; grid-column: 2 / 3;
grid-row: 3; grid-row: 3;
} }
div.item-4 {
grid-column: 2 / 3;
grid-row: 9;
}
body { body {
font-size: 1em; font-size: 1em;
} }