Save
This commit is contained in:
@@ -7888,9 +7888,6 @@ a {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
@include respond-below(sm) {
|
||||
flex: 0 0 100%;
|
||||
}
|
||||
|
||||
p {
|
||||
font-size: 12px;
|
||||
|
||||
65
layout/style-scss/vetratura.scss
Normal file
65
layout/style-scss/vetratura.scss
Normal file
@@ -0,0 +1,65 @@
|
||||
.banner-mini {
|
||||
margin-bottom: 115px;
|
||||
}
|
||||
|
||||
.box-01 {
|
||||
margin-bottom: 80px;
|
||||
|
||||
.row {
|
||||
&:not(:last-child) {
|
||||
margin-bottom: 90px;
|
||||
}
|
||||
}
|
||||
h2 {
|
||||
color: #000;
|
||||
font-size: 32px;
|
||||
font-weight: 400;
|
||||
letter-spacing: 2px;
|
||||
text-transform: uppercase;
|
||||
margin-bottom: 40px;
|
||||
}
|
||||
|
||||
ul {
|
||||
list-style: none;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
|
||||
display: grid;
|
||||
grid-template-columns: repeat(auto-fit, minmax(292px, 1fr));
|
||||
column-gap: 70px;
|
||||
row-gap: 40px;
|
||||
|
||||
li {
|
||||
img {
|
||||
width: 100%;
|
||||
max-width: 292px;
|
||||
}
|
||||
p {
|
||||
color: #000;
|
||||
font-size: 19px;
|
||||
font-weight: 400;
|
||||
letter-spacing: 3px;
|
||||
margin: 0;
|
||||
text-transform: uppercase;
|
||||
text-align: center;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.box-02 {
|
||||
margin-bottom: 120px;
|
||||
|
||||
p {
|
||||
color: #000;
|
||||
font-size: 15px;
|
||||
font-weight: 400;
|
||||
letter-spacing: 1px;
|
||||
text-transform: uppercase;
|
||||
margin: 0;
|
||||
}
|
||||
}
|
||||
|
||||
.footer_top_box {
|
||||
display: none;
|
||||
}
|
||||
Reference in New Issue
Block a user