post.css modify

This commit is contained in:
Virág Gábor 2024-11-10 12:19:10 +01:00
parent 4664ef511d
commit 7c8195a339
3 changed files with 3 additions and 2 deletions

BIN
.DS_Store vendored Normal file

Binary file not shown.

BIN
assets/.DS_Store vendored Normal file

Binary file not shown.

View file

@ -156,6 +156,7 @@
.single a.post-edit-link {
background-image: url("../../assets/img/icons/1x/edit-g.png");
background-position: left 5px;
padding-left: 25px;
}
.single a.post-edit-link:hover {
background-image: url("../../assets/img/icons/1x/edit-c.png");
@ -675,7 +676,7 @@ p.form-submit {
display: block;
}
@media only screen and (max-width: 1200px){
@media only screen and (max-width: 1200px) {
.custom-comment-icon-wrapper {
display: none;
}
@ -710,4 +711,4 @@ p.form-submit {
border-radius: 5px;
font-size: 16px;
z-index: 1000;
}
}