mirror of
https://github.com/YunoHost-Apps/kanboard_ynh.git
synced 2024-09-03 19:36:17 +02:00
25 lines
420 B
CSS
25 lines
420 B
CSS
/* responsive design */
|
|
@media only screen and (max-width: 1024px) {
|
|
|
|
li.hide-tablet,
|
|
.hide-tablet {
|
|
display: none;
|
|
}
|
|
|
|
body {
|
|
font-size: 0.85em;
|
|
}
|
|
|
|
.form-tab {
|
|
max-width: 404px;
|
|
}
|
|
|
|
.form-inline-group input[type="submit"],
|
|
.form-inline-group label {
|
|
display: block;
|
|
}
|
|
|
|
.form-inline-group input[type="submit"] {
|
|
margin-top: 20px;
|
|
}
|
|
}
|