This commit is contained in:
Set Sakrecoer 2020-12-30 23:48:32 +01:00
parent 1a26084a0f
commit 9ec2af3fb1
3 changed files with 11 additions and 14 deletions

View file

@ -382,11 +382,11 @@ footer {
#pleroma {
padding-top: 60px;
padding: 60px 0;
.container {
display: flex;
flex-wrap: wrap;
box-shadow: 15px 15px 28px 24px var(--border-alt) inset;
border-radius: var(--border-radius);
justify-content: space-between;
div {
@ -399,11 +399,12 @@ footer {
box-shadow: 15px 15px 28px 24px var(--border-alt);
border-radius: var(--border-radius);
img {
max-width: 120px;
max-width: 100%;
height: auto;
}
.date {
font-size: 0.6em;
margin-top: 10px;
img {
border-radius: 40px;
width: 40px;
@ -416,7 +417,7 @@ footer {
}
hr {
margin-top: 20px;
border: 1px solid var(--fg-alt);
}
}