more qol changes

This commit is contained in:
Rosia E Evans 2025-05-16 12:26:31 +01:00
parent c406cec6ad
commit 823a8e46d9
6 changed files with 24 additions and 7 deletions

View file

@ -9,7 +9,8 @@
#times{
text-align: center;
grid-area: open
grid-area: open;
}
#head{
@ -26,5 +27,15 @@
}
@media screen and (max-width:1000px){
#home_page_content{
display: grid;
gap: 7px;
grid-template-areas:
"head"
"qual"
"open"
"book";
grid-template-columns: 1fr;
}
}