finistere: fix cells icon size and alignment (#76927)
gitea/publik-base-theme/pipeline/head This commit looks good Details

This commit is contained in:
Corentin Sechet 2023-04-24 15:36:50 +02:00
parent f0edb80286
commit 4d8d3209cf
1 changed files with 5 additions and 3 deletions

View File

@ -64,18 +64,20 @@ h1#logo.has-logo {
position: relative;
h2:first-child {
padding-left: 2.5rem;
padding-left: 3rem;
}
&.has-asset-picture picture {
position: absolute;
display: flex;
align-items: center;
height: 100%;
top: 0;
left: 0.5rem;
padding: 0.7rem 0;
img {
padding: 0;
height: 2.1rem;
width: 2.1rem;
}
}
}