remove records out of top 10

This commit is contained in:
2019-11-01 13:17:01 +01:00
parent 5de5f03b3c
commit f12ff135fa
8 changed files with 67 additions and 35 deletions

View File

@ -53,7 +53,8 @@ a:active {
border-style: inset;
}
#actions {
#settings {
/*visibility: hidden;*/
display: grid;
grid-template-columns: repeat(4, 1fr);
grid-gap: 2vmin;
@ -62,13 +63,21 @@ a:active {
justify-items: left;
}
.flex-container {
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: center;
margin: 2vmin;
}
#button-link {
text-align: center;
font-weight: bold;
margin: 3vmin;
}
#container {
#grid-container {
position: relative;
display: grid;
width: 72vmin;