Skip to content

Commit a9231a5

Browse files
author
Simon L. Lange
committed
Bellcom theme: small margin fix
1 parent 0a923a9 commit a9231a5

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

web/themes/custom/subsites/bellcom_theme/assets/css/bundle.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2677,6 +2677,11 @@ footer .bottom__footer .bottom__footer-inner .right-side .footer-socials .instag
26772677
margin-right: 25px;
26782678
color: #4E4E4E;
26792679
}
2680+
@media only screen and (max-width: 640px) {
2681+
.simple-accordion-wrapper .simple-accordion__inner-wrapper .accordion-wrapper .accordion-header span {
2682+
margin-right: 10px
2683+
}
2684+
}
26802685
.simple-accordion-wrapper .simple-accordion__inner-wrapper .accordion-wrapper .accordion-header.active {
26812686
background-color: #344e41;
26822687
color: white;

web/themes/custom/subsites/bellcom_theme/src/scss/sections/simple_accordion.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,10 @@
106106
span {
107107
margin-right: 25px;
108108
color: #4E4E4E;
109+
110+
@media only screen and (max-width: 640px) {
111+
margin-right: 10px;
112+
}
109113
}
110114

111115
&.active {

0 commit comments

Comments
 (0)