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