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 {
|
tbody {
|
||||||
> tr {
|
> tr {
|
||||||
display: grid;
|
display: grid;
|
||||||
|
border-top: 1px solid $box-colour;
|
||||||
grid-template-columns: auto auto;
|
grid-template-columns: auto auto;
|
||||||
grid-template-areas:
|
grid-template-areas:
|
||||||
"func func"
|
"func func"
|
||||||
|
|
|
@ -7,11 +7,6 @@
|
||||||
flex: none;
|
flex: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
body {
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
// Sticky footer
|
// Sticky footer
|
||||||
body {
|
body {
|
||||||
hyphens: auto;
|
hyphens: auto;
|
||||||
|
|
Loading…
Reference in a new issue