diff mrjunejune/src/index.html @ 97:3bdfffaad162

[MrJuneJune] Updated so it is mobile friendly and fixed few font sizes.
author June Park <parkjune1995@gmail.com>
date Fri, 02 Jan 2026 20:21:58 -0800
parents be91a73d801a
children 65e5a5b89a4e
line wrap: on
line diff
--- a/mrjunejune/src/index.html	Fri Jan 02 19:16:17 2026 -0800
+++ b/mrjunejune/src/index.html	Fri Jan 02 20:21:58 2026 -0800
@@ -9,6 +9,26 @@
         justify-content: center;
         margin-bottom: 10px;
       }
+
+      .epi-photo img {
+        max-width: 100%;
+        height: auto;
+        border-radius: 8px;
+      }
+
+      @media (max-width: 720px) {
+        .epi-photo {
+          margin-bottom: 1.5em;
+        }
+
+        ul {
+          padding-left: 1.5em;
+        }
+
+        li {
+          margin-bottom: 0.75em;
+        }
+      }
     </style>
   </head>
   <body>