diff options
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> |
