File tree 1 file changed +7
-7
lines changed
1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 17
17
< section id ="main " class ="col order-2 "> <!-- open section for content right of graphic -->
18
18
19
19
< div class ="row "> <!-- open row for topBanner on mobile screens -->
20
- < section id ="top-art " class ="col order-4 d-inline-flex d-md -none ">
20
+ < section id ="top-art " class ="col order-4 d-inline-flex d-lg -none ">
21
21
< picture >
22
- <!-- show this up to sm -->
23
- < source media ="(max-width: 596px ) " srcset ="/assets/topBanner.png ">
22
+ <!-- show this up to lg -->
23
+ < source media ="(max-width: 768px ) " srcset ="/assets/topBanner.png ">
24
24
<!-- else show this -->
25
- < img class ="img-fluid " alt ="XKPasswd - A Secure Memorable Password Generators " src ="/assets/sideBanner .png ">
25
+ < img class ="img-fluid " alt ="XKPasswd - A Secure Memorable Password Generators " src ="/assets/topBanner .png ">
26
26
</ picture >
27
27
</ section >
28
28
</ div > <!-- close row for topBanner on mobile screens -->
@@ -293,10 +293,10 @@ <h3>Generate Password(s)</h3>
293
293
</ section > <!-- close section for content below nav -->
294
294
</ section > <!-- close section for content right of graphic -->
295
295
296
- < section id ="sidebar-left " class ="col-2 order-1 d-none d-md -inline "> <!-- open section for graphic -->
296
+ < section id ="sidebar-left " class ="col-2 order-1 d-none d-lg -inline "> <!-- open section for graphic -->
297
297
< picture >
298
- <!-- else show this -->
299
- < source media ="(max-width: 768px ) " srcset ="/assets/sideBanner.png ">
298
+ <!-- show this on large and above -->
299
+ < source media ="(max-width: 992px ) " srcset ="/assets/sideBanner.png ">
300
300
<!-- else show this -->
301
301
< img class ="img-fluid " alt ="XKPasswd - A Secure Memorable Password Generators " src ="/assets/sideBanner.png ">
302
302
</ picture >
You can’t perform that action at this time.
0 commit comments