@gemka/design 0.3.0 → 0.3.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/chrome.css +1 -1
- package/package.json +1 -1
package/chrome.css
CHANGED
|
@@ -553,7 +553,7 @@
|
|
|
553
553
|
@media (max-width: 768px) {
|
|
554
554
|
.theme-vintage nav { padding: 10px 20px; }
|
|
555
555
|
.theme-vintage nav::after { left: 20px; right: 20px; }
|
|
556
|
-
.theme-vintage nav .nav-date { font-size: 0.65rem; }
|
|
556
|
+
.theme-vintage nav .nav-date { font-size: 0.65rem; letter-spacing: 0.08em; gap: 0.4rem; }
|
|
557
557
|
/* Let each clock half hug its text instead of the fixed width on narrow phones. */
|
|
558
558
|
.theme-vintage nav .nav-date .clock-half { width: auto; }
|
|
559
559
|
.theme-vintage .nav-logo-btn { font-size: 1rem; }
|