This commit is contained in:
zyl 2024-07-08 22:52:10 -07:00
parent 47b99a28ba
commit bde8af01d3
Signed by: zyl
SSH key fingerprint: SHA256:uxxbSXbdroP/OnKBGnEDk5q7EKB2razvstC/KmzdXXs
8 changed files with 109 additions and 5 deletions

View file

@ -117,6 +117,7 @@ abbr {
}
.blog-post {
margin-top: 16px;
margin-left: auto;
margin-right: auto;
max-width: max(1000px, 40%);
@ -157,9 +158,38 @@ abbr {
h6 {
text-indent: 0;
}
.image {
width: 100%;
padding: 8px;
background-color: var(--accent-color);
text-indent: 0;
box-sizing: border-box;
margin: 8px;
&.w50 {
width: 50%;
}
img {
width: 100%;
}
span {
color: var(--accent-text-color);
}
}
}
}
.float-left {
float: left;
}
.float-right {
float: right;
}
#pet-counter {
display: none;
position: fixed;