This commit is contained in:
pro.boooooo 2023-03-08 01:59:59 +01:00
parent 605ecfda80
commit e49f55991b
3 changed files with 3 additions and 2 deletions

View File

@ -3,7 +3,7 @@
etablanalytics { etablanalytics {
width: 65vw; width: 65vw;
height: 33vh; height: 33vh;
max-height: 35vh; max-height: 33vh;
font-weight: bold; font-weight: bold;
padding: 15px; padding: 15px;
} }

View File

@ -5,7 +5,7 @@
height: 57vh; height: 57vh;
max-height: 57vh; max-height: 57vh;
font-weight: bold; font-weight: bold;
padding: 1vw; padding: 2vw;
} }
#generalytics #generalytics

View File

@ -3,6 +3,7 @@
#selector { #selector {
width: 26vw; width: 26vw;
height: 93.5vh; height: 93.5vh;
max-height: 93.5vh;
overflow: auto; overflow: auto;
padding: 2vw; padding: 2vw;
} }