Skip to content

Commit

Permalink
Always show ribbon (#3744)
Browse files Browse the repository at this point in the history
  • Loading branch information
ColonelPhantom authored Jul 10, 2024
1 parent c541437 commit 5c04b0b
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions website/thaliawebsite/static/css/base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -482,10 +482,6 @@ img {

@media(max-width: 991px) {
.grid-item {
.ribbon-wrapper {
display: none;
}

.name {
font-size: 13px;
padding: .8rem;
Expand All @@ -507,10 +503,6 @@ img {

@media(max-width: 767px) {
.grid-item {
.ribbon-wrapper {
display: none;
}

.name {
font-size: 11px;
padding: .5rem;
Expand Down

0 comments on commit 5c04b0b

Please sign in to comment.