Skip to content

Commit

Permalink
minor adjustment to tags
Browse files Browse the repository at this point in the history
  • Loading branch information
Roxaski committed Nov 14, 2024
1 parent dc45869 commit df46288
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
13 changes: 8 additions & 5 deletions css/news.css
Original file line number Diff line number Diff line change
Expand Up @@ -365,11 +365,6 @@ footer p i {
transform: translate(0);
}
}
@media screen and (max-width: 410px) {
footer {
margin: 165px auto 0;
}
}
@media screen and (max-width: 465px) {
.articles .content .article-preview p {
--max-lines: 2;
Expand All @@ -384,6 +379,14 @@ footer p i {
text-decoration: none;
font-weight: 500;
}
.articles .content .tags {
margin-top: 0;
}
}
@media screen and (max-width: 410px) {
footer {
margin: 165px auto 0;
}
}
@media screen and (max-width: 374px) {
.mobile_logo img {
Expand Down
3 changes: 3 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -859,6 +859,9 @@ footer p i {
text-decoration: none;
font-weight: 500;
}
.articles .content .tags {
margin-top: 0;
}
.poster-wrapper {
grid-template-columns: repeat(2, 1fr);
margin: 0 auto;
Expand Down

0 comments on commit df46288

Please sign in to comment.