This commit is contained in:
parent
a7c55f7604
commit
8cc140ded3
2 changed files with 14 additions and 11 deletions
|
@ -2,6 +2,7 @@
|
|||
date: 2011-03-03
|
||||
location: /B1.01/pro-tanto
|
||||
title: B1.01 Pro Tanto
|
||||
tags: "Pro Tanto", old
|
||||
---
|
||||
|
||||
# Pro Tanto
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue