Skip to content

Commit 1e4687d

Browse files
committed
Update ssh-pre styles.
1 parent 915fae9 commit 1e4687d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/documentation/index.vue

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2174,7 +2174,7 @@ ul, ol {
21742174
21752175
.code {font-family: monospace, sans-serif;}
21762176
2177-
pre {
2177+
.ssh-pre {
21782178
padding: 0.5em;
21792179
margin: 1.5em 0;
21802180
border: 1px solid $lighter-text;
@@ -2192,7 +2192,7 @@ pre {
21922192
align-items: center;
21932193
}
21942194
2195-
.max-widthed, h2, h3, h4, p, pre {
2195+
.max-widthed, h2, h3, h4, p, .ssh-pre {
21962196
max-width: $page-max-width;
21972197
margin-left: auto !important;
21982198
margin-right: auto !important;
@@ -2219,7 +2219,7 @@ pre {
22192219
}
22202220
22212221
@media screen and (max-width: 1119px) {
2222-
.max-widthed, h2, h3, h4, p, pre {
2222+
.max-widthed, h2, h3, h4, p, .ssh-pre {
22232223
margin-left: 10px !important;
22242224
margin-right: 10px !important;
22252225
}

0 commit comments

Comments
 (0)