aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/css/dumbymap.css
diff options
context:
space:
mode:
authorHsieh Chin Fan <pham@topo.tw>2024-10-02 09:06:46 +0800
committerHsieh Chin Fan <pham@topo.tw>2024-10-02 09:06:46 +0800
commit5b8841f3a3e3bb673a3834a3558d8d8f18e11311 (patch)
tree7b1e6fc76e8f86b33cf1621268be9f85e2381cef /src/css/dumbymap.css
parente44eb8a58fe48e653af473fc6078c14cda2d7955 (diff)
feat: beautify menu-item for alignment
Diffstat (limited to 'src/css/dumbymap.css')
-rw-r--r--src/css/dumbymap.css6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/css/dumbymap.css b/src/css/dumbymap.css
index 50728fc..fd720fd 100644
--- a/src/css/dumbymap.css
+++ b/src/css/dumbymap.css
@@ -48,7 +48,8 @@ root {
48 } 48 }
49} 49}
50 50
51p a[href^='http']::after { 51p a[href^='http']::after,
52.external::after {
52 content: ''; 53 content: '';
53 display: inline-block; 54 display: inline-block;
54 width: 11px; 55 width: 11px;
@@ -276,10 +277,9 @@ p a[href^='http']::after {
276 } 277 }
277 278
278 .info { 279 .info {
279 display: inline-block;
280 float: right; 280 float: right;
281 281
282 padding-inline: 1em; 282 padding-inline: .5em;
283 283
284 color: steelblue; 284 color: steelblue;
285 font-weight: bold; 285 font-weight: bold;