Skip to content

Commit 575b5e9

Browse files
committed
revert some unintended CSS changes
1 parent 2293c2a commit 575b5e9

1 file changed

Lines changed: 19 additions & 2 deletions

File tree

vis/stylesheets/modules/map/_header.scss

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,17 @@
1+
#title_context {
2+
display: flex;
3+
align-items: flex-start;
4+
padding-left: 50px;
5+
}
6+
17
#subdiscipline_title {
8+
position: relative;
29
margin: 0px;
310
padding-top: 15px;
4-
padding-left: 50px;
5-
font-family: $base-font-family;
11+
flex-grow: 1;
612
min-height: 54px;
13+
font-family: $base-font-family;
14+
min-width: 0;
715

816
h4 {
917
margin-bottom: 0px;
@@ -187,6 +195,7 @@
187195
vertical-align: middle;
188196
margin: 0px; /*former margin-right*/
189197
padding-right: 8px;
198+
padding-top: 15px;
190199
}
191200

192201
#author_bio a {
@@ -199,6 +208,10 @@
199208
}
200209

201210
@media screen and (max-width: 640px) {
211+
#title_context {
212+
padding-left: 0px;
213+
}
214+
202215
#subdiscipline_title {
203216
padding-left: 20px;
204217
font-size: 14px;
@@ -208,6 +221,10 @@
208221
}
209222
}
210223

224+
#title_image {
225+
padding-left: 50px;
226+
}
227+
211228
#context {
212229
font-size: 11px;
213230
}

0 commit comments

Comments
 (0)