about page & language foixes

This commit is contained in:
Steffen Illium
2023-12-23 14:46:54 +01:00
committed by Steffen Illium
parent 92f5370377
commit 15067ad5a2
10 changed files with 53 additions and 15 deletions

View File

@ -124,8 +124,8 @@
.author__avatar {
display: table-cell;
vertical-align: top;
width: 36px;
height: 36px;
width: 48px;
height: 48px;
@include breakpoint($large) {
display: block;
@ -134,7 +134,7 @@
}
img {
max-width: 110px;
max-width: 130px;
border-radius: 50%;
@include breakpoint($large) {