Merge pull request #1214 from hackclub/sampoder-patch-2

Add more padding / space to the "Get your ️ hours" section
This commit is contained in:
Max Wofford 2024-06-01 23:52:07 +00:00 committed by GitHub
commit f60b89d228
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -409,4 +409,17 @@ a:hover {
.shop-counter {
width: calc(100% - 150px);
}
}
}
.section.footer > p {
padding: 0px 24px;
}
.section.footer {
padding-bottom: 16px;
}
.footer > .heading-card {
margin-bottom: 1em;
padding-top: 3em;
}