Skip to content

Commit f479cd1

Browse files
committed
Update width of .file-code .code to do not break on small screens
1 parent e8459ab commit f479cd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/_template.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@
133133
line-height: 1.595rem;
134134
}
135135
.file-code .code {
136-
width: 800px;
136+
width: 200px;
137137
padding-left: 5px;
138138
}
139139
.file-code .code span {

0 commit comments

Comments
 (0)