This commit is contained in:
bkfox
2024-02-01 18:15:24 +01:00
parent c335ed9fb9
commit e3966ca5cb
9 changed files with 18 additions and 9 deletions

View File

@ -16,6 +16,7 @@ input.half-field:not(:active):not(:hover) {
--body-bg: #fff;
--text-color: black;
--text-color-light: #555;
--break-color: rgb(245, 245, 245);
--main-color: #EFCA08;
--main-color-light: #F4da51;

View File

@ -488,7 +488,6 @@
.a-carousel-viewport {
box-shadow: inset 0em 0em 20rem var(--a-carousel-bg);
// background-color: var(--a-carousel-bg);
margin-bottom: var(--a-carousel-p);
padding: var(--a-carousel-p) 0;
margin-top: calc( 0rem - var(--a-carousel-p) );
}

View File

@ -17,11 +17,15 @@
}
}
section.container {
margin-top: v.$mp-3;
margin-bottom: v.$mp-4;
&:not(:last-child) {
padding-bottom: calc(v.$mp-4 / 2);
border-bottom: 2px var(--break-color) solid;
}
> .title {
font-size: var(--title-2-sz);
clear: both;