Fixed TA site part

This commit is contained in:
Firq 2024-10-23 17:28:06 +02:00
parent 5dfbd2cccd
commit aab26e63b2
Signed by: Firq
GPG key ID: 3ACC61C8CEC83C20
3 changed files with 64 additions and 96 deletions
src/layouts

View file

@ -24,12 +24,13 @@ if (abovetext === undefined) {
<style>
div > div {
row-gap: 1.5em;
column-gap: 1.5em;
display: flex;
position: relative;
flex-flow: row wrap;
row-gap: 1em;
column-gap: 1em;
justify-content: center;
align-self: center;
display: flex;
flex-flow: row wrap;
padding: 1em;
}
h1 {