Merge pull request #2270 from basecamp/saas-message-tweak

Add padding to upgrade message on larger screens
This commit is contained in:
Andy Smith
2025-12-29 13:59:02 -06:00
committed by GitHub
+1 -1
View File
@@ -42,7 +42,7 @@
box-shadow: 0 0 0.3em 0.2em var(--settings-subscription-color);
color: var(--settings-subscription-text-color);
margin-inline: auto;
padding: 0 0.3em 0 1.2em;
padding: 0.3em 0.3em 0.3em 1.2em;
transform: rotate(-1deg);
@media (max-width: 640px) {