Improves webkit compatibility for Chrome/Chromium browsers

This commit is contained in:
Alicia Sykes
2023-07-27 22:08:16 +01:00
parent 53ee9d18f4
commit abff9283dc
5 changed files with 12 additions and 5 deletions

View File

@@ -60,8 +60,12 @@ const SiteFeaturesWrapper = styled(StyledCard)`
.links {
display: flex;
justify-content: center;
gap: 0.5rem;
a {
width: 100%;
button {
width: calc(100% - 2rem);
}
}
}
ul {