Began footer

This commit is contained in:
ericb 2024-12-02 16:48:19 +01:00
parent 5fa25967a6
commit 9b2e1e2665
2 changed files with 34 additions and 10 deletions

View file

@ -16,7 +16,7 @@ body {
/* -webkit-font-smoothing: antialiased; */
font-variant-ligatures: no-common-ligatures;
}
h1, h2, h3, h4{
h1, h2, h3, h4, h5{
font-family: var(--bs-ttl-font-family);
}
/* ::selection, ::-moz-selection {
@ -36,7 +36,7 @@ h1, h2, h3, h4{
--bs-link-color: #f28705;
--bs-body-font-family: 'Nunito', Arial, Tahoma, sans-serif;
--bs-ttl-font-family: 'Lexend', Arial, Tahoma, sans-serif;
--top-bar: 98px;
--top-bar: 6.125rem;
--bottom-bar: 5em;
--div-padding: 3em;
}
@ -119,6 +119,8 @@ h1, h2, h3, h4{
background-image: linear-gradient(to right bottom, rgb(242,135,5), rgb(246,150,2), rgb(249,165,2), rgb(251,180,9), rgb(253,155,20));
margin-top: var(--top-bar);
height: auto;
border-bottom-left-radius: 1rem;
border-bottom-right-radius: 1rem;
}
.hero > div{
display: flex;
@ -379,7 +381,7 @@ footer a img{
/* media queries */
@media (width <= 576px) {
body{
font-size: 1.125rem;
font-size: 1.0625rem;
}
:root{
--div-padding: 2em;
@ -414,6 +416,9 @@ footer a img{
}
}
@media (width <= 992px) {
:root{
--top-bar: 5rem;
}
h1, h2, h3, h4{
text-align: center;
}
@ -454,11 +459,18 @@ footer a img{
background-color: #fdc314;
font-weight: 600;
}
.offcanvas li:not(:first-child){
margin-top: initial;
}
#side-lang{
display: flex;
align-items: center;
gap: 1rem;
padding: calc(var(--div-padding) / 2);
padding: var(--div-padding);
}
.separator.menu-admin{
margin-top: 1.5rem;
padding-left: 2rem;
}
}
@media (576px <= width <= 992px) {