diff options
| author | Jan Palma <honzik@janpalma.cz> | 2026-02-28 15:28:20 +0100 |
|---|---|---|
| committer | Jan Palma <honzik@janpalma.cz> | 2026-02-28 15:28:20 +0100 |
| commit | 89492d3d14e853d3b14bd036484f9565c75bc420 (patch) | |
| tree | 7b0ba255a2390e8d3833947ab42a4b106cbdef61 /assets | |
| parent | 4dffeed92a09d1407d247753ce857fa702605198 (diff) | |
| download | spelis-web-89492d3d14e853d3b14bd036484f9565c75bc420.tar spelis-web-89492d3d14e853d3b14bd036484f9565c75bc420.tar.gz spelis-web-89492d3d14e853d3b14bd036484f9565c75bc420.tar.bz2 spelis-web-89492d3d14e853d3b14bd036484f9565c75bc420.tar.lz spelis-web-89492d3d14e853d3b14bd036484f9565c75bc420.tar.xz spelis-web-89492d3d14e853d3b14bd036484f9565c75bc420.tar.zst spelis-web-89492d3d14e853d3b14bd036484f9565c75bc420.zip | |
Images
Diffstat (limited to 'assets')
| -rw-r--r-- | assets/css/main.css | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/assets/css/main.css b/assets/css/main.css index bb578f7..b558868 100644 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -100,6 +100,23 @@ footer .social { cursor:help; } +picture { + display: block; + text-align: center; + max-width: 100%; + margin-block: 2rem; +} +picture img { + max-width: 100%; + box-shadow: + var(--base) 0.2rem 0.2rem 0px, + var(--text) 0.6rem 0.6rem 0px, + var(--base) -0.2rem -0.2rem 0px, + var(--text) -0.6rem -0.6rem 0px + ; + border-radius: 0.4rem; +} + @media screen and (max-width: 80ch) { header h1 { font-size: medium; |
