Add border between board functions on mobile
This commit is contained in:
parent
fde834eb88
commit
244729de16
2 changed files with 1 additions and 5 deletions
|
@ -10,6 +10,7 @@
|
|||
tbody {
|
||||
> tr {
|
||||
display: grid;
|
||||
border-top: 1px solid $box-colour;
|
||||
grid-template-columns: auto auto;
|
||||
grid-template-areas:
|
||||
"func func"
|
||||
|
|
|
@ -7,11 +7,6 @@
|
|||
flex: none;
|
||||
}
|
||||
|
||||
body {
|
||||
|
||||
}
|
||||
|
||||
|
||||
// Sticky footer
|
||||
body {
|
||||
hyphens: auto;
|
||||
|
|
Loading…
Reference in a new issue