mirror of
https://github.com/simon987/recipes.simon987.net.git
synced 2025-04-05 17:33:03 +00:00
25 lines
249 B
CSS
25 lines
249 B
CSS
.footer {
|
|
display: none;
|
|
}
|
|
|
|
.post-content li {
|
|
margin-top: 15px;
|
|
}
|
|
|
|
li::marker {
|
|
font-weight: bold;
|
|
}
|
|
|
|
.entry-cover img {
|
|
max-height: 150px;
|
|
object-fit: cover;
|
|
}
|
|
|
|
.post-single .entry-cover {
|
|
display: none;
|
|
}
|
|
|
|
.home-info {
|
|
margin: 0;
|
|
}
|