Skip to content

Commit

Permalink
Minor improvements (fixes #3)
Browse files Browse the repository at this point in the history
  • Loading branch information
SychO9 committed Aug 4, 2021
1 parent 48d843c commit 851c555
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
1 change: 0 additions & 1 deletion less/forum/Hero.less
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
.Hero {
position: relative;
z-index: 0;
margin: 15px auto 0;
max-width: @screen-desktop-hd;
Expand Down
6 changes: 5 additions & 1 deletion less/forum/TagsPage.less
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@
display: grid;
grid-template-columns: repeat(2, 50%);
gap: 8px;

@media @phone {
grid-template-columns: 100%;
}
}

.Asirem-TagTile {
Expand Down Expand Up @@ -85,5 +89,5 @@

.Asirem-TagCloud {
text-align: center;
margin-top: 16px;
margin: 16px 0;
}
4 changes: 4 additions & 0 deletions less/forum/sideNav.less
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
margin-top: 0;
}

.AfruxWidgets-sideNavAlt {
padding-top: 0;
}

@media @desktop-up {
.sideNav {
.Dropdown--select .Dropdown-menu {
Expand Down

0 comments on commit 851c555

Please sign in to comment.