File tree Expand file tree Collapse file tree 3 files changed +18
-0
lines changed
Expand file tree Collapse file tree 3 files changed +18
-0
lines changed Original file line number Diff line number Diff line change 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}
Original file line number Diff line number Diff line change 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 ,
Original file line number Diff line number Diff 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 ;
You can’t perform that action at this time.
0 commit comments