Skip to content

Commit

Permalink
chore(front): adjusts width of category post list
Browse files Browse the repository at this point in the history
  • Loading branch information
dgrebb committed Oct 1, 2023
1 parent 9367b49 commit 418097b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions front/src/lib/styles/pages/category.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
padding-bottom: 0.5rem;
}
.category-name {
max-width: 77%;
max-width: 76%;
text-align: center;
}
.page-navigation.mini.top {
Expand All @@ -41,13 +41,13 @@
width: 100%;
@media screen and (min-width: 640px) {
float: left;
width: 77%;
width: 76%;
}
@media screen and (min-width: 900px) {
width: 80%;
}
.transition-elastic-fly-container {
border-radius: 0.77rem;
border-radius: 0.75rem;
overflow: visible;
ul,
p.summary {
Expand All @@ -60,7 +60,7 @@
linear-gradient(3deg, #fff 0 0);
mask-composite: exclude;
inset: 0;
border-radius: 0.77rem;
border-radius: 0.75rem;
padding: 1px 1px 0 0;
content: '';
}
Expand Down

0 comments on commit 418097b

Please sign in to comment.