Save
This commit is contained in:
@@ -646,8 +646,7 @@ footer#site-footer {
|
||||
flex-basis: 40%;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: space-between;
|
||||
row-gap: 20px;
|
||||
row-gap: 10px;
|
||||
|
||||
p {
|
||||
color: $cWhite;
|
||||
@@ -656,6 +655,7 @@ footer#site-footer {
|
||||
line-height: 1;
|
||||
letter-spacing: -0.32px;
|
||||
margin: 0;
|
||||
flex: 1;
|
||||
}
|
||||
|
||||
a {
|
||||
@@ -1451,7 +1451,6 @@ body.page-id-38 {
|
||||
|
||||
.tile {
|
||||
flex-basis: calc(100% / 3);
|
||||
padding-bottom: 230px;
|
||||
|
||||
@include respond-below(lg) {
|
||||
padding-left: 20px;
|
||||
@@ -1492,6 +1491,7 @@ body.page-id-38 {
|
||||
.tile-data {
|
||||
position: relative;
|
||||
padding-left: 48px;
|
||||
padding-bottom: 230px;
|
||||
|
||||
@include respond-below(lg) {
|
||||
padding-left: 30px;
|
||||
@@ -3304,3 +3304,85 @@ body.single-post {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
//* Polityka prywatności
|
||||
body.page-id-3 {
|
||||
main {
|
||||
padding-top: 80px;
|
||||
|
||||
.box-1 {
|
||||
margin-bottom: 100px;
|
||||
|
||||
h1 {
|
||||
@include h2($cBlack);
|
||||
}
|
||||
|
||||
h3 {
|
||||
color: $cBlack;
|
||||
font-weight: 500;
|
||||
font-size: 24px;
|
||||
line-height: 120%;
|
||||
letter-spacing: -1.4px;
|
||||
margin-bottom: 15px;
|
||||
margin-top: 30px;
|
||||
|
||||
@include respond-below(lg) {
|
||||
font-size: 22px;
|
||||
}
|
||||
@include respond-below(sm) {
|
||||
font-size: 18px;
|
||||
}
|
||||
}
|
||||
|
||||
p {
|
||||
color: $cBlack;
|
||||
font-weight: 400;
|
||||
font-size: 18px;
|
||||
line-height: 1.5;
|
||||
letter-spacing: -0.32px;
|
||||
margin-bottom: 0.8em;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
//* RODO
|
||||
body.page-id-414 {
|
||||
main {
|
||||
padding-top: 80px;
|
||||
|
||||
.box-1 {
|
||||
margin-bottom: 100px;
|
||||
|
||||
h1 {
|
||||
@include h2($cBlack);
|
||||
}
|
||||
|
||||
h3 {
|
||||
color: $cBlack;
|
||||
font-weight: 500;
|
||||
font-size: 24px;
|
||||
line-height: 120%;
|
||||
letter-spacing: -1.4px;
|
||||
margin-bottom: 15px;
|
||||
margin-top: 30px;
|
||||
|
||||
@include respond-below(lg) {
|
||||
font-size: 22px;
|
||||
}
|
||||
@include respond-below(sm) {
|
||||
font-size: 18px;
|
||||
}
|
||||
}
|
||||
|
||||
p {
|
||||
color: $cBlack;
|
||||
font-weight: 400;
|
||||
font-size: 18px;
|
||||
line-height: 1.5;
|
||||
letter-spacing: -0.32px;
|
||||
margin-bottom: 0.8em;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user