diff options
Diffstat (limited to 'src/styles')
| -rw-r--r-- | src/styles/index.css | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/src/styles/index.css b/src/styles/index.css index fe388ca..5c05c0b 100644 --- a/src/styles/index.css +++ b/src/styles/index.css @@ -21,6 +21,15 @@ h2 { font-size: 2.5vh; } +ul { + padding-left: 20px; + font-size: 1.1em; +} + +p { + font-size: 1.1em; +} + .description { line-height: 0.4; } @@ -41,11 +50,13 @@ h2 { .information { display: flex; flex-direction: column; + flex-wrap: wrap; gap: 2vh; + padding: 30px 30px 30px 30px } .box { - padding: 1vw; + padding: 2px 10px 10px 25px; text-align: left; background: #3B513B; border-radius: 20px; |
