/var/www/vhosts/ihelp.ro/httpdocs/webroot.dev/scss/import/blocks
Edit: /var/www/vhosts/ihelp.ro/httpdocs/webroot.dev/scss/import/blocks/_block__partners.scss (1200B)
.block__partners {
&.partner {
figure {
text-align: center;
img {
max-width: 200px;
margin: 0px auto;
display: inline-block;
}
}
.content {
.numbers {
max-width: 500px;
@media (max-width: 768px) {
margin: 0 auto;
}
.number {
background: $secondary;
color: $white;
border-radius: 3px;
font-size: 1.25rem;
padding: 10px 25px;
font-weight: 600;
text-align: center;
span {
font-size: 0.825rem;
}
&.fan-courier-1 {
}
&.fan-courier-2 {
}
&.netopia-1 {
}
&.netopia-2 {
}
&.hostico-1 {
}
&.hostico-2 {
}
}
}
}
}
}