fixed css

Signed-off-by: Ash Entwisle <ash.entwisle@protonmail.com>
issue/index
Ash Entwisle 2023-10-26 17:15:12 +01:00
parent 1d9af6ec45
commit 9236edfdf3
No known key found for this signature in database
GPG Key ID: 0E3CBB6B4BE9FE33
1 changed files with 8 additions and 7 deletions

View File

@ -158,23 +158,24 @@ main {
.exec-pfp {
// center image
display: flex;
// center image;
justify-content: center;
align-items: center;
}
img {
box-sizing: content-box;
box-sizing: border-box;
height: 175px;
width: 175px;
margin-right: 25px;
// round corners
border-radius: 20px;
min-height: 175px;
min-width: 175px;
max-width: 175px;
max-height: 175px;
@apply bg-mono_5;
&:hover {