Fixed TA site part
This commit is contained in:
parent
5dfbd2cccd
commit
aab26e63b2
3 changed files with 64 additions and 96 deletions
src/layouts
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue