File tree Expand file tree Collapse file tree 1 file changed +23
-12
lines changed
assets/static/_css/pycascades Expand file tree Collapse file tree 1 file changed +23
-12
lines changed Original file line number Diff line number Diff line change 1515 body .home header .headroom--not-top .logo {
1616 opacity : 1 ;
1717 }
18+ body .home # intro .image-attribution {
19+ position : absolute;
20+ bottom : 5rem ;
21+ right : 3rem ;
22+ font-size : 1.2rem ;
23+ color : # 98D1D6 ;
24+ text-align : left;
25+ /* Match chevron height */
26+ margin-bottom : -24px ;
27+ }
28+ }
29+
30+ @media (max-width : 750px ) {
31+ body .home # intro .image-attribution {
32+ position : absolute;
33+ top : 7rem ;
34+ right : 1rem ;
35+ font-size : 1.2rem ;
36+ color : # 98D1D6 ;
37+ text-align : left;
38+ /* Match chevron height */
39+ margin-bottom : -24px ;
40+ }
1841}
1942
2043body .home header nav > ul > li .home {
@@ -39,18 +62,6 @@ body.home #intro .main .logo {
3962 }
4063}
4164
42- body .home # intro .image-attribution {
43- position : relative;
44- bottom : 1rem ;
45- left : 1rem ;
46- font-size : 1.2rem ;
47- color : # 98D1D6 ;
48- text-align : left;
49- left : 1rem ;
50- /* Match chevron height */
51- margin-bottom : -24px ;
52- }
53-
5465body .home # intro .image-attribution a {
5566 color : # 98D1D6 ;
5667 text-decoration : none;
You can’t perform that action at this time.
0 commit comments