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