#5 Changed styling and added product ranking in category to the stats page
This commit is contained in:
@ -1,5 +1,6 @@
|
||||
.stats {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
gap: 1rem;
|
||||
|
@ -182,3 +182,10 @@ a:active {
|
||||
flex-grow: 1;
|
||||
height: 1%;
|
||||
}
|
||||
|
||||
.hidden {
|
||||
display: none;
|
||||
visibility: hidden;
|
||||
width: 0;
|
||||
height: 0;
|
||||
}
|
Reference in New Issue
Block a user