diff --git a/weblog/B1. Pro Tanto/B1.01. Pro Tanto.md b/weblog/B1. Pro Tanto/B1.01. Pro Tanto.md index a002cff..a115781 100644 --- a/weblog/B1. Pro Tanto/B1.01. Pro Tanto.md +++ b/weblog/B1. Pro Tanto/B1.01. Pro Tanto.md @@ -2,6 +2,7 @@ date: 2011-03-03 location: /B1.01/pro-tanto title: B1.01 Pro Tanto +tags: "Pro Tanto", old --- # Pro Tanto diff --git a/weblog/styles.css.md b/weblog/styles.css.md index 0284d84..74c6787 100644 --- a/weblog/styles.css.md +++ b/weblog/styles.css.md @@ -62,9 +62,21 @@ article { box-shadow: var(--shadow); } +.post-info { + position: absolute; + right: 2rem; + top: 4rem; +} +.post-info, .post-tags { + font-size: 85%; + color: var(--accent); + text-align: right; +} - +.post-info i:nth-child(2) { + margin-left: .75em; +} @@ -116,16 +128,6 @@ a:visited { color: var(--link); } a:hover { color: var(--link); } a:active { color: var(--link); } -.post-info, .post-tags { - font-size: 85%; - color: var(--accent); - text-align: right; -} - -.post-info i:nth-child(2) { - margin-left: .75em; -} - .tag { background: var(--accent); color: var(--background) !important;