mirror of
https://github.com/kremalicious/umami.git
synced 2025-02-01 12:29:35 +01:00
fix missing websitechart
This commit is contained in:
parent
632ecd1a1b
commit
fdc7c39fe4
@ -3,5 +3,5 @@
|
||||
grid-template-rows: max-content 1fr;
|
||||
grid-template-columns: max-content 1fr;
|
||||
margin-bottom: 60px;
|
||||
height: 100%;
|
||||
height: 90vh;
|
||||
}
|
||||
|
@ -4,7 +4,6 @@
|
||||
flex-direction: column;
|
||||
position: relative;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
max-width: 1320px;
|
||||
margin: 0 auto;
|
||||
padding: 0 20px;
|
||||
|
Loading…
Reference in New Issue
Block a user