Update index.html

This commit is contained in:
tiff 2024-12-26 19:49:59 -05:00 committed by GitHub
parent caf81abcd7
commit 1ef1639aad
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,10 +7,9 @@
<style> <style>
.wrapper { .wrapper {
display: flex; display: flex;
margin-bottom: 25%; align-items: center;
margin-left: 25%; justify-content: center;
margin-right: 25%; flex-flow: column;
flex-flow: row wrap;
} }
.wrapper > * { .wrapper > * {
@ -27,7 +26,7 @@
} }
.right { .right {
margin-left: 15%; margin-left: 5%;
} }
</style> </style>
</head> </head>