Skip to content
Snippets Groups Projects

Decrease beta ribbon size and hide donate button for small screens

Compare and
2 files
+ 12
0
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -130,3 +130,11 @@ td.swh-branch-message {
td.swh-branch-date {
min-width: 250px;
}
@media screen and (max-width: 600px) {
.swh-corner-ribbon {
line-height: 30px;
top: 53px;
right: -65px;
}
}
Loading