Skip to content

Commit

Permalink
minor adjustments to history section for certain breakpoints
Browse files Browse the repository at this point in the history
  • Loading branch information
Roxaski committed Jan 14, 2025
1 parent 666c986 commit c14c3cb
Showing 1 changed file with 12 additions and 14 deletions.
26 changes: 12 additions & 14 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -889,23 +889,11 @@ footer p i {
grid-template-columns: repeat(2, 1fr);
margin: 0 auto;
}
}
@media screen and (max-width: 455px) {
.history .content p {
margin: 0;
.history img {
width: 200px;
}
}
@media screen and (max-width: 410px) {
.history img {
float: none;
width: 100%;
}
.history .content h2 {
margin: 10px 0;
}
.history .content p {
margin: 10px auto;
}
footer {
margin: 40px auto 0;
}
Expand All @@ -923,6 +911,16 @@ footer p i {
margin: 0 auto 25px;
float: none;
}
.history img {
float: none;
width: 100%;
}
.history .content h2 {
margin: 10px 0;
}
.history .content p {
margin: 10px auto;
}
}
@media screen and (max-width: 350px) {
.poster-wrapper {
Expand Down

0 comments on commit c14c3cb

Please sign in to comment.