added grid

This commit is contained in:
2023-06-30 18:53:15 +05:00
parent de5879069b
commit c81c42df77
8 changed files with 156 additions and 53 deletions

View File

@ -9,11 +9,18 @@
}
#top_panel_right{
/* float: right; */
justify-content: space-between;
display: flex;
width: 20vw;
}
#top_panel_left{
/* float: left; */
justify-content: space-between;
display: flex;
width: 20vw;
}
#top_panel{
height: 20px;
}
/* button{
/* margin-inline: 5px; */