Add telegram avatar

This commit is contained in:
Dennis Reimann
2021-08-19 15:50:49 +02:00
parent 4f60c09d8c
commit 49b83e508c
3 changed files with 43 additions and 30 deletions

View File

@@ -1,16 +1,14 @@
#media {
& article + article {
margin-top: var(--space-xl);
}
& .logo {
display: inline-block;
margin: var(--space-m) 0 var(--space-xl);
max-width: 100%;
background: #FFF;
border-radius: var(--space-s);
padding: var(--space-m);
& img {
display: block;
width: 100%;
}
}
& .logo-square {
@@ -21,6 +19,11 @@
width: 21em;
}
& img {
display: block;
width: 100%;
}
& .colors {
display: flex;
flex-wrap: wrap;
@@ -52,6 +55,11 @@
}
}
& .telegram {
display: inline-block;
width: 9em;
}
& .wallpaper {
display: inline-block;
max-width: 21em;