more qol changes
This commit is contained in:
parent
c406cec6ad
commit
823a8e46d9
6 changed files with 24 additions and 7 deletions
15
home.css
15
home.css
|
@ -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;
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue