added flag, changed the location of the country name

This commit is contained in:
haerikimmm
2026-06-12 15:34:43 +09:00
parent 326b52b858
commit cb0e5602c8
3 changed files with 223 additions and 122 deletions

View File

@@ -140,14 +140,16 @@
/* Year marker */
.year-marker {
padding: 32px 0 16px;
padding: 32px 0 14px;
}
.year-label {
font-size: 11px;
font-size: 13px;
font-weight: 400;
letter-spacing: 0.12em;
letter-spacing: 0.1em;
text-transform: uppercase;
color: var(--text-sub);
color: var(--text);
border-left: 2px solid var(--accent);
padding-left: 10px;
}
.page-footer {