playing with article header and info layout
All checks were successful
/ weblog.lol (push) Successful in 8s
All checks were successful
/ weblog.lol (push) Successful in 8s
This commit is contained in:
parent
c89a86178d
commit
e8b6445dd7
1 changed files with 2 additions and 4 deletions
|
@ -70,13 +70,11 @@ article, main.page {
|
||||||
}
|
}
|
||||||
|
|
||||||
.post-info {
|
.post-info {
|
||||||
position: absolute;
|
margin-top: -2rem;
|
||||||
right: 2rem;
|
|
||||||
top: 4rem;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.post-info+h1 {
|
.post-info+h1 {
|
||||||
max-width: calc(100% - 4rem - 2em);
|
/*max-width: calc(100% - 4rem - 2em);*/
|
||||||
}
|
}
|
||||||
|
|
||||||
.post-info, .post-tags {
|
.post-info, .post-tags {
|
||||||
|
|
Loading…
Reference in a new issue