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:
@@ -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;
|
||||
|
@@ -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 {
|
||||
|
Reference in New Issue
Block a user