Files
timothycarambat 932312bfe6 updates
2024-05-14 09:38:49 -07:00

14 lines
180 B
CSS

.center-cta {
display: flex;
align-items: center;
justify-content: center;
width: 100%;
&:hover>a {
text-decoration: underline;
}
}
.mt-20 {
margin-top: 20px;
}