refactor(style): minor visual improvements

This commit is contained in:
Price Hiller 2023-08-27 21:51:52 -05:00
parent 11f540a82e
commit 65d81421cb
Signed by: Price
SSH Key Fingerprint: SHA256:Y4S9ZzYphRn1W1kbJerJFO6GGsfu9O70VaBSxJO7dF8

View File

@ -59,8 +59,10 @@
* webpage was too narrow (Mobile devices). */
html,
body {
max-width: 100%;
max-width: 100vw;
overflow-x: hidden;
padding: 0;
margin: 0;
}
html {
@ -75,6 +77,7 @@ body {
flex-direction: column;
justify-content: center;
align-items: center;
margin-top: 30px;
}
nav {
@ -139,6 +142,7 @@ nav a:visited:hover {
img {
padding: 10px;
margin: 0;
overflow: scroll;
max-height: 75vh;
max-width: min(95vw, 125%);