fixing blogposts
This commit is contained in:
parent
560eaad372
commit
f4d6aa4d40
1 changed files with 9 additions and 13 deletions
|
@ -125,10 +125,6 @@ article > *, .tags, .info {
|
||||||
background-color: var(--box-color);
|
background-color: var(--box-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
.tags, .info {
|
|
||||||
border-radius: var(--border-radius);
|
|
||||||
}
|
|
||||||
|
|
||||||
article > *:first-child {
|
article > *:first-child {
|
||||||
border-top-left-radius: var(--border-radius);
|
border-top-left-radius: var(--border-radius);
|
||||||
border-top-right-radius: var(--border-radius);
|
border-top-right-radius: var(--border-radius);
|
||||||
|
@ -175,11 +171,15 @@ article > *:last-child {
|
||||||
grid-area: extras;
|
grid-area: extras;
|
||||||
}
|
}
|
||||||
|
|
||||||
.inlinks, .outlinks, .tags, .plugs, .extras {
|
.inlinks, .outlinks, .plugs, .extras {
|
||||||
padding: 20px 20px 20px 20px;
|
padding: 20px;
|
||||||
line-height: 100%;
|
line-height: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.tags {
|
||||||
|
padding: 0 20px 0;
|
||||||
|
}
|
||||||
|
|
||||||
.logo img {
|
.logo img {
|
||||||
width: 200px;
|
width: 200px;
|
||||||
}
|
}
|
||||||
|
@ -326,7 +326,7 @@ h1, h2, h3, h4, h5 {
|
||||||
.pagination {
|
.pagination {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
margin: 3em 0 3em;
|
padding: 3em 0 3em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.left, .right {
|
.left, .right {
|
||||||
|
@ -345,16 +345,12 @@ h1, h2, h3, h4, h5 {
|
||||||
.info {
|
.info {
|
||||||
font-size: 14pt;
|
font-size: 14pt;
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
margin: 20px 0 20px;
|
padding: 20px 40px 30px;
|
||||||
padding: 20px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.tags a {
|
.tags a {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
padding: 1ex;
|
padding: 2ex;
|
||||||
margin: 1ex;
|
|
||||||
background-color: black;
|
|
||||||
border-radius: 5px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.feed a {
|
.feed a {
|
||||||
|
|
Loading…
Reference in a new issue