change(ui) - no content css changes

This commit is contained in:
Shekar Siri 2022-08-11 11:42:37 +02:00
parent 69c3be12d3
commit 40e9b376dc

View file

@ -7,10 +7,10 @@
align-items: center;
flex-direction: column;
justify-content: center;
color: $gray-medium;
font-weight: 300;
color: $gray-dark;
/* font-weight: 500; */
transition: all 0.2s;
padding-top: 40px;
padding: 40px;
&.small {
& .title {
@ -24,12 +24,13 @@
}
.title {
font-size: 32px;
margin-bottom: 15px;
font-size: 16px;
font-weight: 500;
/* margin-bottom: 15px; */
}
.subtext {
font-size: 16px;
font-size: 14px;
margin-bottom: 20px;
}