added comment
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Shahan Nedadahandeh 2022-08-15 18:36:12 -07:00
parent d44f79ac43
commit ce9480aeee
Signed by: snedadah
GPG Key ID: 8638C7F917385B01
1 changed files with 2 additions and 5 deletions

View File

@ -35,14 +35,11 @@
flex-direction: column;
text-align: center;
gap: calc(25rem / 16);
margin: 0 0 calc(65rem / 16) 0;
/* to match margin top with left/right wrappers, add 45px bottom margin, since internal wrapper also contributes 20px for the center component*/
margin: 0 0 calc(45rem / 16) 0;
padding: 0 15%;
}
.wrapperCenter > h3 {
margin: 0;
}
@media screen and (max-width: 768px) {
.wrapperCommon {
margin: auto;