center all
All checks were successful
Static / build (push) Successful in 6s

This commit is contained in:
brooke 2024-08-10 11:53:36 -04:00
parent 73dbd97bb4
commit d4f313ee1a

View file

@ -74,7 +74,17 @@
a li {
padding: 0.25rem;
}
@media only screen and (max-width: 640px) {
body {
display: flex;
align-items: center;
justify-content: center;
}
@media only screen and (max-width: 750px) {
main {
display: flex;
align-items: center;
justify-content: center;
}
#container {
height: 100vh;
}
@ -82,13 +92,6 @@
flex-wrap: wrap;
}
}
@media only screen and (min-width: 641px) {
body {
display: flex;
align-items: center;
justify-content: center;
}
}
</style>
</head>
<body>