mirror of https://github.com/tildeclub/site.git
commit
7135d5156e
|
@ -15,6 +15,7 @@ body {
|
||||||
font-family: "courier new", monospace;
|
font-family: "courier new", monospace;
|
||||||
color: darkorange;
|
color: darkorange;
|
||||||
background: #000400;
|
background: #000400;
|
||||||
|
word-wrap: break-word;
|
||||||
}
|
}
|
||||||
a {
|
a {
|
||||||
background: darkorange;
|
background: darkorange;
|
||||||
|
@ -133,3 +134,10 @@ div.alert-success {
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Mobile */
|
||||||
|
@media (min-width: 768px) {
|
||||||
|
td {
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue