File tree Expand file tree Collapse file tree 2 files changed +28
-23
lines changed
Expand file tree Collapse file tree 2 files changed +28
-23
lines changed Original file line number Diff line number Diff line change 9999}
100100
101101.w_loader {
102- position : fixed ;
102+ position : absolute ;
103103 width : 100% ;
104104 margin : auto;
105105 background : # 1d4ecce3 ;
230230 font-weight : 500 ;
231231}
232232
233- /* On hover */
233+
234234header .nav-link : hover {
235235 color : # 202124 ;
236236}
237237
238- /* Active link style (optional underline or bolder color) */
238+
239239header .nav-link .active ,
240240.nav-link [aria-current = "page" ] {
241241 color : # 202124 ;
242242 font-weight : 500 ;
243243}
244244
245+ .footer-logos {
246+ gap : 18px ;
247+ }
248+ .footer-logo-img {
249+ height : 40px ;
250+ margin-left : 0 ;
251+ }
252+ @media (max-width : 767.98px ) {
253+ .footer-logos {
254+ flex-direction : column !important ;
255+ align-items : flex-end !important ;
256+ gap : 10px ;
257+ }
258+ .footer-logo-img {
259+ margin-left : 0 !important ;
260+ margin-right : 0 !important ;
261+ height : 36px ;
262+ }
263+ }
245264</ style >
246265</ head >
247266
285304
286305
287306 < footer class ="bg-white text-inverse pt-3 ">
288- < div class ="container pb-2 ">
307+ < div class ="container ">
289308 < div class ="row align-items-center ">
290- < div class ="col-12 d-flex justify-content-start ">
291- < a href ="https://gmao.gsfc.nasa.gov/ " target ="_blank " rel ="noopener ">
292- < img src ="parametres/ESD-logo.png " alt ="NASA Logo " style =" height:40px; margin-left:18px; ">
309+ < div class ="col-12 d-flex justify-content-start flex-row flex-md-row flex-column-reverse flex-sm-column-reverse flex-lg-row footer-logos ">
310+ < a href ="https://gmao.gsfc.nasa.gov/ " target ="_blank " rel ="noopener " class =" footer-logo-link " >
311+ < img src ="parametres/ESD-logo.png " alt ="NASA Logo " class =" footer-logo-img ">
293312 </ a >
294- < a href ="https://marroninstitute.nyu.edu/ " target ="_blank " rel ="noopener ">
295- < img src ="parametres/Marron_logo.png " alt ="NYU Marron Logo " style =" height:40px; margin-left:18px; ">
313+ < a href ="https://marroninstitute.nyu.edu/ " target ="_blank " rel ="noopener " class =" footer-logo-link " >
314+ < img src ="parametres/Marron_logo.png " alt ="NYU Marron Logo " class =" footer-logo-img ">
296315 </ a >
297316 </ div >
298317 </ div >
Original file line number Diff line number Diff line change @@ -312,18 +312,6 @@ header.wrapper.bg-soft-primary {
312312}
313313
314314
315- .loading_div {
316- position : absolute;
317- background : # 000000 ;
318- left : 0 ;
319- right : 0 ;
320- width : 105% ;
321- height : 100% ;
322- padding-top : 18% ;
323- text-align : center;
324- z-index : 12000 ;
325- color : white;
326- }
327315
328316.ball {
329317 width : 10px ;
@@ -1154,7 +1142,5 @@ div#species-filter-container {
11541142 top : 0 ;
11551143 left : 0 ;
11561144 right : 0 ;
1157- background : # fff ;
1158- z-index : 9999 ;
11591145 }
11601146}
You can’t perform that action at this time.
0 commit comments