File tree Expand file tree Collapse file tree
vis/stylesheets/modules/map Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 ;
187195 vertical-align : middle ;
188196 margin : 0px ; /* former margin-right*/
189197 padding-right : 8px ;
198+ padding-top : 15px ;
190199}
191200
192201#author_bio a {
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 ;
208221 }
209222 }
210223
224+ #title_image {
225+ padding-left : 50px ;
226+ }
227+
211228 #context {
212229 font-size : 11px ;
213230 }
You can’t perform that action at this time.
0 commit comments