fix search regexp escape,
wrap chartjs with custom element
This commit is contained in:
@@ -9,6 +9,7 @@
|
||||
<link rel="stylesheet" href="css/style.css">
|
||||
<link rel="stylesheet" href="css/nav.css">
|
||||
<script src="scripts/account.js" type="module"></script>
|
||||
<script src="scripts/chart.js" type="module"></script>
|
||||
<script src="https://cdn.jsdelivr.net/npm/chart.js"></script>
|
||||
<style>
|
||||
@media screen and (width >= 1264px){
|
||||
@@ -18,12 +19,6 @@
|
||||
grid-gap: 0px;
|
||||
justify-content: space-between;
|
||||
}
|
||||
#resource-container > * {
|
||||
position: relative;
|
||||
min-width: 200px;
|
||||
max-width: 400px;
|
||||
aspect-ratio: 1 / 1;
|
||||
}
|
||||
}
|
||||
@media screen and (width <= 1264px) and (width >= 480px) {
|
||||
#resource-container {
|
||||
|
Reference in New Issue
Block a user