alignment didn't have to be this hard :'(
This commit is contained in:
parent
d5db88fd83
commit
eca892cf41
1 changed files with 14 additions and 7 deletions
|
@ -661,11 +661,16 @@ h2 {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
align-items: baseline;
|
align-items: baseline;
|
||||||
justify-content: space-around;
|
justify-content: center;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
gap: 12px;
|
gap: 12px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.detail_title > a {
|
||||||
|
text-align: center;
|
||||||
|
flex: 1;
|
||||||
|
}
|
||||||
|
|
||||||
.detail_title > a > img {
|
.detail_title > a > img {
|
||||||
max-width:100px;
|
max-width:100px;
|
||||||
max-height:100px;
|
max-height:100px;
|
||||||
|
@ -676,6 +681,14 @@ h2 {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.detail_title_themas {
|
||||||
|
display: flex;
|
||||||
|
gap: inherit;
|
||||||
|
justify-content: center;
|
||||||
|
flex: 1;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
.social > a {
|
.social > a {
|
||||||
display: block;
|
display: block;
|
||||||
|
|
||||||
|
@ -749,12 +762,6 @@ h2 {
|
||||||
height: 3rem;
|
height: 3rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.detail_title_themas {
|
|
||||||
display: flex;
|
|
||||||
gap: inherit;
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
.footer {
|
.footer {
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
Loading…
Reference in a new issue