File tree 4 files changed +20
-5
lines changed 4 files changed +20
-5
lines changed Original file line number Diff line number Diff line change 1
1
/* If you need to add @import statements, do so up here */
2
+ @import "bootstrap-icons/font/bootstrap-icons.css" ;
2
3
3
4
@import "jit-refresh.css" ; /* triggers frontend rebuilds */
4
5
@import "rouge-emacs-theme.css" ;
@@ -94,7 +95,7 @@ body > nav a {
94
95
}
95
96
96
97
main {
97
- margin : 2rem auto 4 rem ;
98
+ margin : 2rem auto 2 rem ;
98
99
max-width : 65rem ;
99
100
min-height : calc (100vh - 200px );
100
101
padding : 25px 25px 50px ;
@@ -109,7 +110,7 @@ main {
109
110
110
111
footer {
111
112
text-align : center;
112
- margin-bottom : 4 rem ;
113
+ margin-bottom : 2 rem ;
113
114
font-size : 1em ;
114
115
}
115
116
Original file line number Diff line number Diff line change 17
17
"tailwindcss" : " ^3.0.23"
18
18
},
19
19
"dependencies" : {
20
+ "bootstrap-icons" : " ^1.8.1" ,
20
21
"pretendard" : " ^1.2.2"
21
22
}
22
23
}
Original file line number Diff line number Diff line change 1
- <footer >
2
- Contact me at <a href =" mailto:{{ metadata .email }}" >{{ metadata .email }}</a >
3
- </footer >
1
+ <footer class =" flex justify-start sm:justify-center flex-col sm:flex-row" >
2
+ <a class =" my-2 mx-3 no-underline" href =" {{ '/feed.xml' | relative_url }}" >
3
+ <i class =" bi bi-rss-fill text-2xl" ></i > Feed
4
+ </a >
5
+ <a class =" my-2 mx-3 no-underline" href =" mailto:{{ metadata .email }}" >
6
+ <i class =" bi bi-envelope-fill text-2xl" ></i > Email
7
+ </a >
8
+ <a class =" my-2 mx-3 no-underline" href =" https://twitter.com/kodingwarrior" >
9
+ <i class =" bi bi-twitter text-2xl" ></i > Twitter
10
+ </a >
11
+ </footer >
Original file line number Diff line number Diff line change @@ -199,6 +199,11 @@ binary-extensions@^2.0.0:
199
199
resolved "https://registry.yarnpkg.com/binary-extensions/-/binary-extensions-2.2.0.tgz#75f502eeaf9ffde42fc98829645be4ea76bd9e2d"
200
200
integrity sha512-jDctJ/IVQbZoJykoeHbhXpOlNBqGNcwXJKJog42E5HDPUwQTSdjCHdihjj0DlnheQ7blbT6dHOafNAiS8ooQKA==
201
201
202
+ bootstrap-icons@^1.8.1 :
203
+ version "1.8.1"
204
+ resolved "https://registry.yarnpkg.com/bootstrap-icons/-/bootstrap-icons-1.8.1.tgz#773c1625bcbf3e86090ea9da4386c2c6459c5582"
205
+ integrity sha512-IXUqislddPJfwq6H+2nTkHyr9epO9h6u1AG0OZCx616w+TgzeoCjfmI3qJMQqt1J586gN2IxzB4M99Ip4sTZ1w==
206
+
202
207
brace-expansion@^1.1.7 :
203
208
version "1.1.11"
204
209
resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-1.1.11.tgz#3c7fcbf529d87226f3d2f52b966ff5271eb441dd"
You can’t perform that action at this time.
0 commit comments