Update public/@brooke/index.html
All checks were successful
Static / build (push) Successful in 5s

This commit is contained in:
brooke 2024-08-10 05:16:55 +00:00
parent 083d228929
commit fe8303b857

View file

@ -51,7 +51,6 @@
}
#flex {
display: flex;
height: 100%;
}
main {
width: 100%;
@ -68,7 +67,10 @@
flex-wrap: wrap;
}
#container {
height: 100vh;
max-height: 100vh;
}
#flex {
height: 100%;
}
}
</style>