started updates on 0704
This commit is contained in:
@@ -112,6 +112,7 @@ $verybigdesktop: only screen and
|
||||
/* -------------------------------------------------------------------------- */
|
||||
|
||||
//Horizontal units:
|
||||
$h-unit-5: 25rem;
|
||||
$h-unit-4: 20rem;
|
||||
$h-unit-2: 10rem; // menuwidth on desktop
|
||||
$h-unit-1: 5rem;
|
||||
@@ -928,10 +929,10 @@ $v-unit-6: 24rem;
|
||||
h2 {
|
||||
height: unset;
|
||||
position: absolute;
|
||||
top: 6rem;
|
||||
top: 4rem;
|
||||
padding: 4rem;
|
||||
// padding-right: 0;
|
||||
width: calc(100vw - #{$h-unit-4});
|
||||
padding-right: 2rem;
|
||||
width: calc(100vw - #{$h-unit-5});
|
||||
}
|
||||
|
||||
/* -------------------------- home article metadata big------------------------- */
|
||||
@@ -1080,11 +1081,11 @@ $v-unit-6: 24rem;
|
||||
flex-direction: row;
|
||||
flex-wrap: wrap;
|
||||
margin: auto 0;
|
||||
&.home-wrapper-s1:not(.home-wrapper-small) {
|
||||
margin-left: $h-unit-1 !important;
|
||||
&.home-wrapper-s1:not(.home-wrapper-1) {
|
||||
margin-left: $h-unit-1;
|
||||
}
|
||||
&.home-wrapper-s1.home-wrapper-small {
|
||||
margin-left: $h-unit-2 !important;
|
||||
&.home-wrapper-s1.home-wrapper-small.home-wrapper-1 {
|
||||
margin-left: $h-unit-2;
|
||||
}
|
||||
|
||||
article,
|
||||
@@ -1170,7 +1171,7 @@ $v-unit-6: 24rem;
|
||||
}
|
||||
}
|
||||
.archivetitle {
|
||||
margin: 0;
|
||||
margin: 0 auto;
|
||||
width: 100%;
|
||||
position: relative;
|
||||
bottom: 0;
|
||||
@@ -1178,12 +1179,13 @@ $v-unit-6: 24rem;
|
||||
flex-direction: column;
|
||||
justify-content: flex-end;
|
||||
align-items: flex-start;
|
||||
padding: 2rem;
|
||||
padding: 2rem 0;
|
||||
text-align: center;
|
||||
border-right: #000 1px solid;
|
||||
@include triangle-corner-bordered($h-unit-1, 0, transparent, #000, left);
|
||||
h1 {
|
||||
@include home-title();
|
||||
margin: 0;
|
||||
margin: 0 auto;
|
||||
}
|
||||
&.tag {
|
||||
order: 1;
|
||||
@@ -1258,8 +1260,8 @@ body.category.category-esemeny {
|
||||
flex: 0 0 auto;
|
||||
// & > * {
|
||||
// }
|
||||
.ev-date {
|
||||
}
|
||||
// .ev-date {
|
||||
// }
|
||||
h2 {
|
||||
height: unset;
|
||||
}
|
||||
@@ -1406,8 +1408,8 @@ body.category.category-esemeny {
|
||||
|
||||
@include triangle-corner-bordered(#{$h-unit-1}, #{$h-unit-1}, white, #000, left);
|
||||
|
||||
.time-cat {
|
||||
}
|
||||
// .time-cat {
|
||||
// }
|
||||
}
|
||||
h1.single-title {
|
||||
background-color: transparent;
|
||||
|
||||
Reference in New Issue
Block a user