Footer styles and correct logo sizes

This commit is contained in:
Greg Newman
2022-06-15 15:29:10 -04:00
parent 413eb8cba0
commit 000f7dacf6
2 changed files with 23 additions and 4 deletions

View File

@@ -559,6 +559,9 @@ Ensure the default browser behavior of the `hidden` attribute.
.mr-2 {
margin-right: 0.5rem;
}
.mr-11 {
margin-right: 2.75rem;
}
.block {
display: block;
}
@@ -592,6 +595,18 @@ Ensure the default browser behavior of the `hidden` attribute.
.h-8 {
height: 2rem;
}
.h-24 {
height: 6rem;
}
.h-20 {
height: 5rem;
}
.h-\[53px\] {
height: 53px;
}
.h-\[50px\] {
height: 50px;
}
.w-6 {
width: 1.5rem;
}
@@ -768,6 +783,10 @@ Ensure the default browser behavior of the `hidden` attribute.
padding-top: 2.75rem;
padding-bottom: 2.75rem;
}
.py-16 {
padding-top: 4rem;
padding-bottom: 4rem;
}
.pb-16 {
padding-bottom: 4rem;
}