💄 Change some sizes and colors
This commit is contained in:
@ -33,6 +33,7 @@ const timetableDay = ref(0);
|
||||
|
||||
.title {
|
||||
font-size: 18px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.lesson {
|
||||
@ -41,9 +42,9 @@ const timetableDay = ref(0);
|
||||
height: 60px;
|
||||
border-radius: 11px;
|
||||
margin: 10px 0px;
|
||||
padding: 10px;
|
||||
padding: 10px 15px;
|
||||
grid-template-columns: max-content max-content;
|
||||
gap: 10px;
|
||||
gap: 15px;
|
||||
}
|
||||
|
||||
.hour {
|
||||
|
Reference in New Issue
Block a user