mirror of https://github.com/tildeclub/site.git
adding changes by entoreor
This commit is contained in:
parent
2344be758d
commit
bb0738cee3
15
style.css
15
style.css
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue