rounded design servants

This commit is contained in:
Firq 2023-07-07 18:32:14 +02:00
parent ff42678a16
commit 537bacca38
Signed by: Firq
GPG key ID: 3ACC61C8CEC83C20
3 changed files with 14 additions and 12 deletions
src/components

View file

@ -17,7 +17,6 @@ if (mlb === 'false') {
---
<article>
<div class="heading-center">{name}</div>
<div>
<img class="ce-crop" src={ce_img} alt={name} />
</div>
@ -33,6 +32,7 @@ if (mlb === 'false') {
}
article {
border-radius: 1.25rem;
background-color: var(--c-darkergray);
padding: 20px;
padding-top: 5px;
@ -44,11 +44,10 @@ if (mlb === 'false') {
margin: 0px;
display: grid;
grid-template-columns: 100%;
grid-template-rows: auto auto 3em;
grid-template-rows: auto 3em;
gap: 0px 0px;
grid-auto-flow: row;
grid-template-areas:
'.'
'.'
'.';
}
@ -62,6 +61,8 @@ if (mlb === 'false') {
}
img {
border-radius: 1.5rem;
margin-top: 1rem;
display: flex;
margin-left: auto;
margin-right: auto;
@ -103,8 +104,6 @@ if (mlb === 'false') {
}
article {
width: 10em;
grid-template-columns: auto;
grid-template-rows: auto auto 3em;
}
.mlbalign {
width: 7.5em;