adding changes by entoreor

This commit is contained in:
deepend-tildeclub 2020-05-06 00:49:44 -06:00 committed by GitHub
parent 2344be758d
commit bb0738cee3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 65 additions and 60 deletions

View File

@ -1,7 +1,11 @@
/* {font-size:13pt;font-weight:normal;} */
@media (min-width: 30em) {
.row { display: flex; flex-wrap: nowrap; flex-direction: row-reverse; }
@media (min-width: 64em) {
.row {
display: flex;
flex-wrap: nowrap;
flex-direction: row-reverse;
}
.col { flex-grow: 1; }
}
@ -17,17 +21,17 @@
display: flex;
flex-flow: row wrap;
justify-content: space-evenly;
list-style-type: none;
padding: 0;
}
.user-list li {
margin-left: 5%;
width: 20%;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
flex: 10em;
}
.user-list::after {
content: "";
flex: auto;
}
body {
@ -121,3 +125,4 @@ div.alert-success {
display: block;
}
}