Skip to content

Commit c8cf2ca

Browse files
committed
fixes
1 parent 9c63abf commit c8cf2ca

File tree

1 file changed

+19
-1
lines changed

1 file changed

+19
-1
lines changed

techniques/common/techniques-2022.css

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,24 @@
1010
position: sticky;
1111
top: 0;
1212
}
13+
14+
/* Responsive styles for mobile devices */
15+
@media (max-width: 768px) {
16+
#selector {
17+
float: none;
18+
width: auto;
19+
max-width: 100%;
20+
margin: 1em auto;
21+
position: relative;
22+
box-sizing: border-box;
23+
padding: 0 1em;
24+
}
25+
26+
#expandingContent {
27+
margin-inline-start: 0;
28+
margin-top: 1em;
29+
}
30+
}
1331
h1 {
1432
font-size: 2.5em;
1533
}
@@ -24,7 +42,7 @@ h2, h3, h4 {
2442

2543
div.resource-box {
2644
/* border-top: 1px solid #CCC; */
27-
margin-left: 7%;
45+
margin-left: 3rem;
2846
clear: both;
2947
}
3048

0 commit comments

Comments
 (0)