Skip to content

Commit 08badd0

Browse files
TODO - tables layout on mobile
1 parent 391fb4b commit 08badd0

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

scaladoc/resources/dotty_res/styles/theme/components/attributes.css

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,4 +82,15 @@
8282
width: 80%;
8383
}
8484

85+
/* TODO */
86+
/* @media (max-width: 1376px) {
87+
.attributes {
88+
display: flex;
89+
flex-flow: column;
90+
}
8591
92+
.attributes > dt {
93+
padding-left: 0;
94+
border-bottom: 0;
95+
}
96+
} */

0 commit comments

Comments
 (0)