alignment didn't have to be this hard :'(

This commit is contained in:
Ilion Beyst 2020-09-18 15:54:41 +02:00
parent d5db88fd83
commit eca892cf41

View file

@ -661,11 +661,16 @@ h2 {
display: flex;
flex-direction: row;
align-items: baseline;
justify-content: space-around;
justify-content: center;
flex-wrap: wrap;
gap: 12px;
}
.detail_title > a {
text-align: center;
flex: 1;
}
.detail_title > a > img {
max-width:100px;
max-height:100px;
@ -676,6 +681,14 @@ h2 {
text-align: center;
}
.detail_title_themas {
display: flex;
gap: inherit;
justify-content: center;
flex: 1;
}
.social > a {
display: block;
@ -749,12 +762,6 @@ h2 {
height: 3rem;
}
.detail_title_themas {
display: flex;
gap: inherit;
}
.footer {
max-width: 100%;
width: 100%;