We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b08aa80 commit 280337cCopy full SHA for 280337c
assets/static/_css/pycascades/pycascades.home.css
@@ -15,6 +15,16 @@
15
body.home header.headroom--not-top .logo {
16
opacity: 1;
17
}
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
+ }
28
29
30
body.home header nav > ul > li.home {
@@ -41,12 +51,11 @@ body.home #intro .main .logo {
41
51
42
52
body.home #intro .image-attribution {
43
53
position: relative;
44
- bottom: 1rem;
45
- left: 1rem;
54
+ top: 7rem;
55
+ right: 1rem;
46
56
font-size: 1.2rem;
47
57
color: #98D1D6;
48
58
text-align: left;
49
50
59
/* Match chevron height */
60
margin-bottom: -24px;
61
0 commit comments