#5 Changed styling and added product ranking in category to the stats page

This commit is contained in:
2024-02-11 15:52:12 +00:00
parent 9943a1492c
commit 83829af06f
5 changed files with 66 additions and 22 deletions

View File

@ -1,5 +1,6 @@
.stats {
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
gap: 1rem;

View File

@ -182,3 +182,10 @@ a:active {
flex-grow: 1;
height: 1%;
}
.hidden {
display: none;
visibility: hidden;
width: 0;
height: 0;
}