layout
This commit is contained in:
parent
db86e11963
commit
dd42b76a4a
3 changed files with 31 additions and 25 deletions
|
|
@ -389,18 +389,21 @@ footer {
|
|||
border-radius: var(--border-radius);
|
||||
justify-content: space-between;
|
||||
div {
|
||||
flex: 1 0 280px;
|
||||
flex: 1 1 280px;
|
||||
padding: 20px;
|
||||
margin: 20px;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
background-color: var(--bg-alt);
|
||||
box-shadow: 15px 15px 28px 24px var(--border-alt);
|
||||
border-radius: var(--border-radius);
|
||||
img {
|
||||
max-width: 120px;
|
||||
height: auto;
|
||||
}
|
||||
.date {
|
||||
font-size: 0.6em;
|
||||
margin-top: 40px;
|
||||
|
||||
}
|
||||
h2 {
|
||||
padding-top: 0;
|
||||
|
|
@ -408,6 +411,7 @@ footer {
|
|||
|
||||
}
|
||||
hr {
|
||||
margin-top: 40px;
|
||||
border: 1px solid var(--fg-alt);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue