mirror of
https://codeberg.org/Hyperpipe/Hyperpipe
synced 2025-06-28 13:08:01 +02:00
parent
599c15a152
commit
6b349380af
9 changed files with 41 additions and 17 deletions
|
@ -277,6 +277,8 @@ th {
|
|||
}
|
||||
td {
|
||||
text-align: center;
|
||||
max-width: 40vw;
|
||||
overflow-wrap: break-word;
|
||||
}
|
||||
td.bi {
|
||||
color: indianred;
|
||||
|
@ -291,4 +293,10 @@ footer {
|
|||
footer .bi:before {
|
||||
font-size: 1.75rem;
|
||||
}
|
||||
@media (max-width: 500px) {
|
||||
select,
|
||||
input {
|
||||
max-width: 100% !important;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue