cc: Add missing CSS selector in `LandingPage.scss` to make buttons of equal size

This commit is contained in:
Shreya 2021-07-26 14:18:16 +05:30 committed by VakarisZ
parent 52207c15b8
commit 6775e3b1ab
1 changed files with 4 additions and 0 deletions

View File

@ -10,3 +10,7 @@
.landing-page .monkey-description-title {
margin-top: 30px;
}
.landing-page .d-block {
height: 100%;
}