Skip to content

Commit

Permalink
css fix thanks to 'zerosonesfun'
Browse files Browse the repository at this point in the history
  • Loading branch information
eddiewebb committed Dec 11, 2021
1 parent 58a8cda commit 535dcde
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions resources/less/forum.less
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
@media (max-width: 767px){
.fc-toolbar-chunk {
margin: 10px 5px 0px 0px;
display: flex;
}
}
@media (max-width: 400px){
.fc-toolbar-chunk {
transform: scale(0.7);
}
}
@media (max-width: 399px){
.fc-toolbar-chunk {
display: grid;
}
.fc-prev-button.fc-button.fc-button-primary,
.fc-next-button.fc-button.fc-button-primary {
margin-top: 10px;
}
}

0 comments on commit 535dcde

Please sign in to comment.