Skip to content

Commit 71a1b06

Browse files
authored
Merge pull request #297 from capital-G/snippet-full-width
Make Snippet take full width
2 parents 18d2517 + 380534a commit 71a1b06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets/css/main.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ nav {
233233

234234
.snippet {
235235
margin-top: 3em;
236-
max-width: 100%;
236+
width: 100%;
237237
h4.snippet-title {
238238
font-size: 1.1rem;
239239
span {

0 commit comments

Comments
 (0)