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:14:41 +00:00
parent 1ee556aeb0
commit 083d228929

View file

@ -44,15 +44,14 @@
#container {
max-width: 550px;
margin: 0 auto;
border-top: none;
}
#container a {
color: var(--link-color);
}
#container {
border-top: none;
}
#flex {
display: flex;
height: 100%;
}
main {
width: 100%;
@ -68,6 +67,9 @@
#flex {
flex-wrap: wrap;
}
#container {
height: 100vh;
}
}
</style>
</head>