Skip to content

Commit

Permalink
Improve css for post page
Browse files Browse the repository at this point in the history
  • Loading branch information
skydread1 committed Aug 16, 2023
1 parent 3a10882 commit adc7e84
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions resources/public/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ header {
text-align: center;
border-bottom-style: groove;
border-bottom-width: 1px;
border-bottom-color: var(--text-primary-color);
border-bottom-color: var(--border-primary-color);
}

header.full-screen {
Expand Down Expand Up @@ -665,7 +665,7 @@ footer .contact-icons img {
flex-wrap: wrap;
}

.vignette {
.vignette, .post {
flex-basis: 40%;
margin: 1rem;
padding: 1rem;
Expand All @@ -690,12 +690,12 @@ footer .contact-icons img {
transition: .3s;
}

.vignette:hover {
.vignette:hover, .post:hover {
--_p: 75%;
}

@media (max-width: 1024px) {
.vignette {
.vignette, .post {
margin: 0;
text-align: left;
background: none;
Expand Down

0 comments on commit adc7e84

Please sign in to comment.