mirror of
https://github.com/tildeclub/site.git
synced 2026-01-24 22:00:17 +00:00
Mobile friendly fix
This commit is contained in:
@@ -15,6 +15,7 @@ body {
|
||||
font-family: "courier new", monospace;
|
||||
color: darkorange;
|
||||
background: #000400;
|
||||
word-wrap: break-word;
|
||||
}
|
||||
a {
|
||||
background: darkorange;
|
||||
@@ -133,3 +134,10 @@ div.alert-success {
|
||||
opacity: 1;
|
||||
}
|
||||
}
|
||||
|
||||
/* Mobile */
|
||||
@media (min-width: 768px) {
|
||||
td {
|
||||
display: block;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user