diff options
| author | radiohotline <radiohotline@disroot.org> | 2026-02-17 21:42:11 +0300 |
|---|---|---|
| committer | radiohotline <radiohotline@disroot.org> | 2026-02-17 21:42:11 +0300 |
| commit | bc0cb08c503f736ac5bb07a14b7dc09b582c5c89 (patch) | |
| tree | 2bc2dc2af19792f1d1d0b436169fa9e374ca7129 /poetry.html | |
| parent | 2d2287524d566143105c42196a3de2bb7132cfc7 (diff) | |
responsiveness
Diffstat (limited to 'poetry.html')
| -rw-r--r-- | poetry.html | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/poetry.html b/poetry.html index 780ed9e..523eac5 100644 --- a/poetry.html +++ b/poetry.html @@ -29,13 +29,11 @@ gap: 20px; } - .poem { - width: 450px; - padding-left: 20px; - padding-right: 20px; - padding-bottom: 20px; - vertical-align:top; - } + @media (max-width:900px) { + .poem { + width: 80vw; + } + } </style> </head> <body class="art"> |
