pleroma layout
This commit is contained in:
parent
dd42b76a4a
commit
d7771186a6
2 changed files with 43 additions and 17 deletions
|
|
@ -403,7 +403,11 @@ footer {
|
|||
}
|
||||
.date {
|
||||
font-size: 0.6em;
|
||||
|
||||
img {
|
||||
border-radius: 40px;
|
||||
width: 40px;
|
||||
height: 40px;
|
||||
}
|
||||
}
|
||||
h2 {
|
||||
padding-top: 0;
|
||||
|
|
@ -411,9 +415,20 @@ footer {
|
|||
|
||||
}
|
||||
hr {
|
||||
margin-top: 40px;
|
||||
margin-top: 20px;
|
||||
border: 1px solid var(--fg-alt);
|
||||
}
|
||||
}
|
||||
}
|
||||
@media only screen and (max-width: 720px) {
|
||||
|
||||
.container {
|
||||
width: 100vw;
|
||||
justify-content: center;
|
||||
div {
|
||||
|
||||
flex: 1 1 280px;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue