Skip to content

Commit 280337c

Browse files
committed
Move attribution to be visible on mobile
1 parent b08aa80 commit 280337c

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

assets/static/_css/pycascades/pycascades.home.css

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,16 @@
1515
body.home header.headroom--not-top .logo {
1616
opacity: 1;
1717
}
18+
body.home #intro .image-attribution {
19+
position: relative;
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+
}
1828
}
1929

2030
body.home header nav > ul > li.home {
@@ -41,12 +51,11 @@ body.home #intro .main .logo {
4151

4252
body.home #intro .image-attribution {
4353
position: relative;
44-
bottom: 1rem;
45-
left: 1rem;
54+
top: 7rem;
55+
right: 1rem;
4656
font-size: 1.2rem;
4757
color: #98D1D6;
4858
text-align: left;
49-
left: 1rem;
5059
/* Match chevron height */
5160
margin-bottom: -24px;
5261
}

0 commit comments

Comments
 (0)