We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff98861 commit 9cb70efCopy full SHA for 9cb70ef
css/subpages.css
@@ -0,0 +1,39 @@
1
+.footer__link--home:hover~.crumple:after {
2
+ -webkit-animation: a 1s .25s linear forwards;
3
+ animation: a 1s .25s linear forwards
4
+}
5
+
6
+.writing {
7
+ max-width: 70vw;
8
+ width: calc(100vw - 20em);
9
+ padding-top: 5vh;
10
+ padding-left: 6vw;
11
+ padding-bottom: 5em;
12
13
+.list {
14
+ margin: 0;
15
16
+.list__item {
17
18
+ margin-bottom: 2em;
19
20
+.list__item > p {
21
+ margin: 1em 0;
22
+ font-size: 1.25em;
23
24
25
+#essays .crumple:after {
26
+ background-color: tomato;
27
28
29
+#essays {
30
31
32
33
+#poems .crumple:after {
34
+ background-color: lightsalmon;
35
36
37
+#poems {
38
39
0 commit comments