Updated bottom footer style making it 100% explicitly.
This commit is contained in:
parent
bfc50d8926
commit
49319a49c1
|
|
@ -85,12 +85,14 @@ const { title } = Astro.props;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
font-size: 1.2em;
|
font-size: 1.2em;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
|
width: 100%;
|
||||||
}
|
}
|
||||||
.footer, .footer-header {
|
.footer, .footer-header {
|
||||||
border-top-left-radius: 8px;
|
border-top-left-radius: 8px;
|
||||||
border-top-right-radius: 8px;
|
border-top-right-radius: 8px;
|
||||||
}
|
}
|
||||||
.footer-header, .footer-content {
|
.footer-header, .footer-content {
|
||||||
|
width: 100%;
|
||||||
padding: 1.5rem;
|
padding: 1.5rem;
|
||||||
}
|
}
|
||||||
.footer-header {
|
.footer-header {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user