mirror of
https://gitlab.com/ansol/web-ansol.org.git
synced 2024-11-21 22:01:31 +00:00
Fix css on CTA button
This commit is contained in:
parent
1bfeb5e4b9
commit
6a295a7b28
@ -97,10 +97,12 @@ nav.main .nav-search:hover {
|
||||
font-size: 1.5rem;
|
||||
font-weight: 400;
|
||||
border-radius: 5px;
|
||||
line-height: 3rem;
|
||||
}
|
||||
|
||||
.why-join {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
gap: 20px;
|
||||
@ -108,7 +110,10 @@ nav.main .nav-search:hover {
|
||||
font-weight: 300;
|
||||
margin-top: 20px;
|
||||
margin-bottom: 40px;
|
||||
line-height: 3em;
|
||||
}
|
||||
|
||||
.why-join span {
|
||||
line-height: 3rem;
|
||||
}
|
||||
|
||||
.news-list {
|
||||
|
Loading…
Reference in New Issue
Block a user