diff --git a/index.html b/index.html index d3a67fe..ca63f69 100644 --- a/index.html +++ b/index.html @@ -8,7 +8,8 @@ - + @@ -47,7 +48,8 @@ max-width: 750px; padding: 15px; text-align: left; - margin-top: 50px; /* Space for fixed theme toggle */ + margin-top: 50px; + /* Space for fixed theme toggle */ } /* Headings */ @@ -58,7 +60,8 @@ word-wrap: break-word; } - h2, h3 { + h2, + h3 { font-weight: 600; font-size: clamp(1em, 3vw, 1.2em); margin-top: 1em; @@ -143,12 +146,15 @@ scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch; padding: 10px 0; - scrollbar-width: none; /* Firefox */ - -ms-overflow-style: none; /* IE and Edge */ + scrollbar-width: none; + /* Firefox */ + -ms-overflow-style: none; + /* IE and Edge */ } .rss-feed-container::-webkit-scrollbar { - display: none; /* Chrome, Safari, Opera */ + display: none; + /* Chrome, Safari, Opera */ } .rss-feed-item { @@ -232,13 +238,15 @@ /* Updated Media Queries */ @media (min-width: 768px) { .rss-feed-item { - flex: 0 0 45%; /* Show two items on tablets */ + flex: 0 0 45%; + /* Show two items on tablets */ } } @media (min-width: 1024px) { .rss-feed-item { - flex: 0 0 30%; /* Show three items on desktop */ + flex: 0 0 30%; + /* Show three items on desktop */ } } @@ -246,7 +254,8 @@ @media (max-width: 767px) { .rss-feed-container::after { content: ''; - flex: 0 0 10px; /* Creates space at the end to indicate more content */ + flex: 0 0 10px; + /* Creates space at the end to indicate more content */ } } @@ -260,9 +269,11 @@
Hello~ I'm Nishimiya, and this is my base station on the web.
+Hello~ I'm Nishimiya, and this is my base station on the web.
-In my free time, I write blog post about technologies, art; decentralisation and promoting free software.
+In my free time, I write blog post about technologies, art; + decentralisation and promoting free software.
@@ -271,12 +282,14 @@