Device experiments results

This commit is contained in:
2024-02-25 16:07:29 -06:00
parent be738e2e65
commit b19062eb65
3 changed files with 14 additions and 817 deletions

View File

@@ -150,8 +150,9 @@ a {
}
#name-container {
display: inline;
display: inline-block;
cursor: pointer;
max-width: calc(100% - 3em);
}
.pointer {
@@ -314,10 +315,13 @@ a {
border-radius: 1em;
border: solid black 4px;
text-align: center;
text-shadow: .15em .15em rgba(255, 255, 255, 0.2);
max-width: 30em;
}
#nametag *:not(h6) {
text-shadow: .1em .1em rgba(255, 255, 255, 0.2);
}
#nametag p {
text-shadow: none;
color: #a8a8a8;
@@ -769,8 +773,11 @@ a {
flex-wrap: wrap;
}
.bookContainer > a {
max-width: min(90px, 24%);
}
.book {
width: 90px;
display: inline-block;
}
@@ -889,6 +896,10 @@ a {
min-width: 0;
}
.name {
font-size: min(6vw, 2em);
}
.mobileV {
flex-direction: column;
}