Add border between board functions on mobile

This commit is contained in:
Wout Schellaert 2018-10-07 12:21:32 +02:00
parent fde834eb88
commit 244729de16
2 changed files with 1 additions and 5 deletions

View file

@ -10,6 +10,7 @@
tbody {
> tr {
display: grid;
border-top: 1px solid $box-colour;
grid-template-columns: auto auto;
grid-template-areas:
"func func"

View file

@ -7,11 +7,6 @@
flex: none;
}
body {
}
// Sticky footer
body {
hyphens: auto;