File tree Expand file tree Collapse file tree 3 files changed +21
-15
lines changed Expand file tree Collapse file tree 3 files changed +21
-15
lines changed Original file line number Diff line number Diff line change 151
151
.violet {
152
152
color : var (--violet-700 );
153
153
}
154
-
155
- main p {
156
- max-width : 800px ;
157
- margin-left : auto ;
158
- margin-right : auto ;
159
- }
160
154
</style >
Original file line number Diff line number Diff line change @@ -68,14 +68,23 @@ header {
68
68
font-family : 'Gilbert' , sans-serif;
69
69
}
70
70
71
+ main p ,
72
+ ul ,
73
+ ol {
74
+ max-width : 800px ;
75
+ margin-left : auto;
76
+ margin-right : auto;
77
+ }
78
+
71
79
h1 ,
72
80
h2 ,
73
81
h3 {
74
82
color : var (--sea-900 );
75
83
}
76
84
77
85
p {
78
- margin-top : var (--gap-1 );
86
+ margin-top : var (--gap-0-25 );
87
+ margin-bottom : var (--gap-1 );
79
88
}
80
89
81
90
@keyframes fadein {
Original file line number Diff line number Diff line change 1
1
<script >
2
2
import Zephiris from ' $lib/Zephiris.svelte' ;
3
3
import Header from ' ../Header.svelte' ;
4
+ import ' ../styles/reset.css' ;
4
5
</script >
5
6
6
7
<nav >
33
34
<td >
34
35
⠀ |<br />
35
36
⠀ ◜ | .<br />
36
- ( ﹙ ◑ <br />
37
+ ( ﹙ ◑ <br />
37
38
⠀ ◟ |<br />
38
39
⠀ |
39
40
</td >
82
83
person I felt unconditional love with.
83
84
</li >
84
85
</ul >
86
+ <p >
87
+ I look forward to adding many more dots over my lifetime whenever I find a new achievable goal
88
+ to strive toward.
89
+ </p >
85
90
<h3 >Ripples</h3 >
86
91
<p >
87
92
The ripples represent the endless possibilities of what I might be at any given moment. They
94
99
represents collapsing the probabilities with sharp observation into rigid actualities. In this
95
100
case, the actualities are the particles, of which I have two presently.
96
101
</p >
102
+ <h3 >Why a Compass?</h3 >
97
103
<p >
98
- I look forward to adding many more dots over my lifetime whenever I find a new achievable goal
99
- to strive toward .
104
+ Because it points me forward, it orients me. If I am ever wondering why I'm here I can glance
105
+ down and see at least two reasons why I am here; two reasons which inspire me to get to work .
100
106
</p >
101
107
</article >
102
108
</main >
148
154
border-radius : 50% ;
149
155
}
150
156
ul {
151
- margin : 1rem 0 ;
157
+ margin-top : 1rem ;
158
+ margin-bottom : 2rem ;
152
159
}
153
160
li {
154
161
margin-bottom : 0.5rem ;
155
162
}
156
- h1 {
157
- text-align : left ;
158
- margin : 0 ;
159
- }
160
163
</style >
You can’t perform that action at this time.
0 commit comments