css progress done

This commit is contained in:
YasinOnm08 2024-09-30 16:11:01 +02:00
parent 9bee0d7774
commit 4590593d73
12 changed files with 48 additions and 34 deletions

View file

@ -8,7 +8,6 @@
/* Header styles */
header {
position: fixed;
top: 0;
left: 0;
margin-top: 0px;
@ -20,11 +19,10 @@
.container {
display: flex;
flex-direction: column;
align-items: center;
width: 100vw;
overflow: scroll;
overflow: hidden;
margin: 0;
padding: 7em 0 0 0 ;
padding: 1dvh 0 0 0 ;
}
/* Left panel styles */
@ -58,6 +56,7 @@
min-width: 100%;
margin-left: 0;
border-radius: none;
height: 10vh;
}
/* Grid styles */
@ -79,6 +78,7 @@
margin: 0 auto;
align-items: center;
width: 90%;
bottom: 10dvh
}
.input input {