Updated Home styling

This commit is contained in:
Ryan Freeman 2021-11-17 22:07:30 +00:00
parent 10311c0a0a
commit 122647205f

View File

@ -21,7 +21,6 @@
.title { .title {
margin: 0; margin: 0;
text-align: center;
font-size: 2.5rem; font-size: 2.5rem;
line-height: 1.125; line-height: 1.125;
@include sm { @include sm {
@ -38,6 +37,10 @@
color: grey; color: grey;
} }
.title, .description {
text-align: center;
}
.description { .description {
margin: 2rem 0 1rem 0; margin: 2rem 0 1rem 0;
font-weight: normal; font-weight: normal;
@ -72,7 +75,7 @@
border-color: #0070f3; border-color: #0070f3;
} }
.card h2 { .card h3 {
margin: 0 0 1rem 0; margin: 0 0 1rem 0;
display: flex; display: flex;
justify-content: space-between; justify-content: space-between;
@ -88,7 +91,7 @@
font-size: 1rem; font-size: 1rem;
line-height: 1.75; line-height: 1.75;
@include sm { @include sm {
font-size: 1.25rem; font-size: 1.125rem;
line-height: 1.5; line-height: 1.5;
} }
} }