finistere: fix cells icon size and alignment (#76927) #243

Merged
csechet merged 1 commits from wip/76927-finistere-les-icones into main 2023-04-24 16:17:05 +02:00
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;
}
}
}