1
0
mirror of https://github.com/coalaura/whiskr.git synced 2025-09-09 09:19:54 +00:00

morphdom & better images

This commit is contained in:
Laura
2025-08-10 15:53:30 +02:00
parent 8996173b3f
commit 960736e161
7 changed files with 96 additions and 78 deletions

View File

@@ -52,7 +52,7 @@ body {
margin: auto;
margin-top: 30px;
width: 100%;
max-width: 1100px;
max-width: 1200px;
height: calc(100% - 30px);
border-top-left-radius: 6px;
border-top-right-radius: 6px;

View File

@@ -70,14 +70,10 @@
text-decoration-color: rgba(183, 189, 248, 0.6);
}
.markdown .image {
.markdown img {
max-width: 100%;
border-radius: 6px;
margin: 12px auto;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.18);
background-position: center;
background-size: cover;
background-repeat: no-repeat;
}
.markdown blockquote {