Skip to content

Commit 58fb282

Browse files
committed
add sitemap, update mobile line spacing
1 parent 93c8195 commit 58fb282

File tree

2 files changed

+37
-3
lines changed

2 files changed

+37
-3
lines changed

sitemap.xml

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<urlset
3+
xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
4+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
5+
xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9
6+
http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd">
7+
<!-- created with Free Online Sitemap Generator www.xml-sitemaps.com -->
8+
9+
10+
<url>
11+
<loc>https://bencuan.me/</loc>
12+
<lastmod>2023-01-12T07:48:03+00:00</lastmod>
13+
<priority>1.00</priority>
14+
</url>
15+
<url>
16+
<loc>https://bencuan.me/about/</loc>
17+
<lastmod>2023-01-12T07:48:03+00:00</lastmod>
18+
<priority>0.80</priority>
19+
</url>
20+
<url>
21+
<loc>https://bencuan.me/projects/</loc>
22+
<lastmod>2023-01-12T07:48:03+00:00</lastmod>
23+
<priority>0.80</priority>
24+
</url>
25+
<url>
26+
<loc>https://bencuan.me/contact/</loc>
27+
<lastmod>2023-01-12T07:48:03+00:00</lastmod>
28+
<priority>0.80</priority>
29+
</url>
30+
31+
32+
</urlset>

src/sass/home.scss

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,13 +59,15 @@ $padding: 15vw;
5959

6060
.name {
6161
padding: 7rem $padding 0 $padding;
62-
62+
font-size: 4rem;
63+
6364
@include mixins.screen("not-desktop") {
64-
padding-top: 150px;
65+
line-height: 4rem;
66+
padding-top: 100px;
67+
font-size: 3.5rem;
6568
}
6669

6770
font-weight: 700;
68-
font-size: 4rem;
6971
}
7072

7173
.name-icons {

0 commit comments

Comments
 (0)