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 /thoughts.html | |
| parent | 2d2287524d566143105c42196a3de2bb7132cfc7 (diff) | |
responsiveness
Diffstat (limited to 'thoughts.html')
| -rw-r--r-- | thoughts.html | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/thoughts.html b/thoughts.html index 35c2301..8c049a0 100644 --- a/thoughts.html +++ b/thoughts.html @@ -36,15 +36,15 @@ margin: 10px 0px 10px 0px; } - @media (max-width: 400px) { + @media (max-width: 900px) { .shadow img { - width: 350px; - padding-bottom: 10px; + width: 50vw; + padding-left: 5px; } embed { width: 80vw; - height: 75vh; + height: 50vh; } } </style> @@ -53,10 +53,10 @@ <h1 class="logo"><a href="index.html"><img src="img/logo.png" alt="Soft Machine"></a></h1> <div class="shadow"> - <img src="img/enki.jpg"> - <h1>Thoughts</h1> + <img src="img/enki.jpg"> + <p>Opinions expressed change over time, especially with my mental state, but writings will remain here.</p> <div> |
