token-validator: last fixes

This commit is contained in:
nemunaire 2021-02-18 04:13:23 +01:00
commit 4e23744f60
3 changed files with 15 additions and 13 deletions

View file

@ -24,10 +24,10 @@
height: calc(100vh / 5 - 0.3vh);
margin-left: 0.2%;
margin-bottom: 0.2vh;
width: calc(100vw / 12 - 0.22vw);
width: calc(100vw / 13 - 0.22vw);
}
.student-title {
width: calc(2 * (100vw / 12 - 0.22vw) + 0.2vw);
width: calc(2 * (100vw / 13 - 0.22vw) + 0.2vw);
font-size: 15px;
}
.student h5 {
@ -48,6 +48,7 @@
max-width: 122px;
}
.badge {
font-size: 59%;
padding: .15em .35em;
}
</style>