mirror of
https://github.com/zyllian/webdog.git
synced 2025-05-10 02:26:42 -07:00
woooo
This commit is contained in:
parent
47b99a28ba
commit
bde8af01d3
8 changed files with 109 additions and 5 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue