7
1
mirror of https://gitlab.com/ansol/web-ansol.org.git synced 2024-11-22 06:11:30 +00:00

Fix css on CTA button

This commit is contained in:
Hugo Peixoto 2021-10-28 17:11:58 +01:00
parent 1bfeb5e4b9
commit 6a295a7b28

View File

@ -97,10 +97,12 @@ nav.main .nav-search:hover {
font-size: 1.5rem; font-size: 1.5rem;
font-weight: 400; font-weight: 400;
border-radius: 5px; border-radius: 5px;
line-height: 3rem;
} }
.why-join { .why-join {
display: flex; display: flex;
flex-wrap: wrap;
justify-content: center; justify-content: center;
align-items: center; align-items: center;
gap: 20px; gap: 20px;
@ -108,7 +110,10 @@ nav.main .nav-search:hover {
font-weight: 300; font-weight: 300;
margin-top: 20px; margin-top: 20px;
margin-bottom: 40px; margin-bottom: 40px;
line-height: 3em; }
.why-join span {
line-height: 3rem;
} }
.news-list { .news-list {