Files
project-pro.pl/layout/style-scss/page-pozycjonowanie-kielce.scss
2024-10-30 22:46:16 +01:00

114 lines
1.8 KiB
SCSS

// out: ../style-css/page-pozycjonowanie-kielce.css, compress: true, sourceMap: true
@import "mixins";
@import "variables";
#page-35 {
.box-10 {
padding-top: 0;
padding-bottom: 0;
iframe {
margin-bottom: -5px;
}
}
h2 {
font-weight: 600;
font-size: 1.5rem;
line-height: 29px;
margin-bottom: 20px;
}
.header_hero {
background-image: url("/upload/filemanager/Project-Design/pozycjonowanie-stron/Kielce/pozycjonowanie-stron-kielce.jpg");
}
.box-01 {
padding-top: 0;
}
.box-05 {
#scontainer-125 {
ul {
margin-top: 30px;
margin-bottom: 30px;
li {
&::before {
top: -1px;
font-size: 1.25rem;
}
&:not(:last-child) {
margin-bottom: 10px;
}
strong {
font-weight: 600;
}
}
}
}
}
.box-06 {
#scontainer-126 {
.scontainer-content {
grid-template-columns: 570px 1fr;
}
ul {
margin-top: 30px;
margin-bottom: 30px;
li {
&::before {
top: -1px;
font-size: 1.25rem;
}
&:not(:last-child) {
margin-bottom: 10px;
}
strong {
font-weight: 600;
}
}
}
}
}
@media (max-width: 1199px) {
.box-05 {
.colsInfoBox {
.scontainer-content {
.col_2 {
text-align: center;
grid-row-start: 1;
img {
height: 400px;
}
}
}
}
}
.box-06 {
#scontainer-126 {
.scontainer-content {
grid-template-columns: 1fr;
.col_1 {
text-align: center;
img {
height: 400px;
}
}
}
}
}
}
}