Skip to content

Commit 435d1cf

Browse files
committed
Arlon theme fix
1 parent 8dba242 commit 435d1cf

File tree

3 files changed

+18
-0
lines changed

3 files changed

+18
-0
lines changed

arlon/src/scss/a-la-une.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,11 @@
133133
font-weight: 500;
134134
transform: translateY(-188%);
135135
margin-left: 1.3rem;
136+
137+
@media screen and(max-width:992px) {
138+
transform: translateY(299%);
139+
margin-left: 0;
140+
}
136141
}
137142
}
138143
}

arlon/src/scss/footer.scss

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@
44
background-color: $primary;
55
text-align: left;
66

7+
.row {
8+
gap: 20px 0;
9+
}
10+
11+
.container.section-container.section-text {
12+
padding-left: 0.8rem;
13+
}
14+
715
h2,
816
h3,
917
p,

arlon/src/scss/main.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,11 @@ $enable-roboto-webfont: false;
106106
background-color: #f1f1f1;
107107
}
108108

109+
#portal-column-content .section-contact .contact-type-position {
110+
margin: 0.5rem;
111+
padding: 1rem;
112+
}
113+
109114
.sectiontext .section-text .body-section a {
110115
color: $primary;
111116
font-weight: 700;

0 commit comments

Comments
 (0)