fixed home page logo vertical centering
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Shahan Nedadahandeh 2022-01-13 01:22:00 -08:00
parent f574511730
commit 7405e669fb
1 changed files with 4 additions and 3 deletions

View File

@ -49,6 +49,7 @@
text-align: center;
white-space: nowrap;
color: var(--primary-heading);
margin: 0;
}
.clubDescription {
@ -119,7 +120,7 @@
gap: calc(32rem / 16);
}
.cards > section {
.cards>section {
width: calc(540rem / 16);
max-width: calc(540rem / 16);
}
@ -180,7 +181,7 @@
padding: calc(36rem / 16) calc(20rem / 16) calc(20rem / 16);
}
.cards > section {
.cards>section {
width: unset;
max-width: unset;
}
@ -202,4 +203,4 @@
border: none;
background-color: var(--primary-heading);
}
}
}