Skip to content

Commit 2c9d2ca

Browse files
fix width of code block tabs
1 parent 07ccea1 commit 2c9d2ca

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

assets/stylesheets/new-stylesheets/pages/_get-started.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -554,9 +554,10 @@
554554

555555
@media only screen and (max-width: 768px) {
556556
nav {
557+
width: 100%;
558+
557559
ul {
558560
white-space: nowrap;
559-
width: calc(100% - 59px);
560561
}
561562
}
562563
}

0 commit comments

Comments
 (0)