Skip to content

Commit

Permalink
Merge pull request #30 from plone/develop
Browse files Browse the repository at this point in the history
small style changes
  • Loading branch information
libargutxi authored Sep 28, 2023
2 parents e2de923 + 15a3a5e commit b006de3
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,3 @@
}
}
}

.public-ui .schedule {
}
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
.sponsorList {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
justify-content: center;

.sponsor {
max-width: 25%;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,9 @@ table.ui.table {
color: white;
}
}

@media only screen and (max-width: 767px) {
.ui.table:not(.unstackable) tr > th {
background-color: @tertiaryColor;
}
}
3 changes: 2 additions & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
1.16.dev0
1.17.dev0

0 comments on commit b006de3

Please sign in to comment.