Skip to content

Commit

Permalink
Update forum.less
Browse files Browse the repository at this point in the history
Move modal window avatar to the left a little, away from the close icon, and make main description font a little larger and bold.
  • Loading branch information
zerosonesfun authored Dec 30, 2021
1 parent 819f196 commit 5d00df9
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion resources/less/forum.less
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
.Modal-header .Avatar {
margin-right: 15px;
}

#eventdescription p {
font-size: 1rem;
font-weight: bold;
}

@media (max-width: 767px){
.fc-toolbar-chunk {
margin: 10px 5px 0px 0px;
Expand All @@ -17,4 +26,4 @@
.fc-next-button.fc-button.fc-button-primary {
margin-top: 10px;
}
}
}

0 comments on commit 5d00df9

Please sign in to comment.