comparison 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
comparison
equal deleted inserted replaced
96:70401cf61e97 97:3bdfffaad162
6 <style> 6 <style>
7 .epi-photo { 7 .epi-photo {
8 display: flex; 8 display: flex;
9 justify-content: center; 9 justify-content: center;
10 margin-bottom: 10px; 10 margin-bottom: 10px;
11 }
12
13 .epi-photo img {
14 max-width: 100%;
15 height: auto;
16 border-radius: 8px;
17 }
18
19 @media (max-width: 720px) {
20 .epi-photo {
21 margin-bottom: 1.5em;
22 }
23
24 ul {
25 padding-left: 1.5em;
26 }
27
28 li {
29 margin-bottom: 0.75em;
30 }
11 } 31 }
12 </style> 32 </style>
13 </head> 33 </head>
14 <body> 34 <body>
15 {{/parts/header.html}} 35 {{/parts/header.html}}