logs
This commit is contained in:
@ -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;
|
||||
|
@ -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) );
|
||||
}
|
||||
|
@ -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;
|
||||
|
Reference in New Issue
Block a user