mirror of
https://github.com/boostorg/website-v2.git
synced 2026-02-27 05:32:08 +00:00
Footer styles and correct logo sizes
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user