mirror of
https://github.com/danog/sass-site.git
synced 2024-11-27 04:24:50 +01:00
make nav code not wrap
This commit is contained in:
parent
096c6512f3
commit
97042a5a28
@ -11,15 +11,4 @@
|
||||
&:first-child { margin-top: 0; }
|
||||
|
||||
&:last-child { margin-bottom: 0; }
|
||||
|
||||
&--small {
|
||||
margin: {
|
||||
top: 0;
|
||||
bottom: 0;
|
||||
};
|
||||
padding: {
|
||||
top: 0;
|
||||
bottom: 0;
|
||||
};
|
||||
}
|
||||
}
|
||||
|
@ -155,10 +155,17 @@ h4 { font-size: $sl-font-size--large; }
|
||||
}
|
||||
|
||||
code,
|
||||
pre { font-family: $sl-font-family--code; }
|
||||
pre {
|
||||
font: {
|
||||
size: $sl-font-size--small;
|
||||
family: $sl-font-family--code;
|
||||
}
|
||||
}
|
||||
|
||||
code {
|
||||
line-height: 1;
|
||||
|
||||
nav &,
|
||||
p & { white-space: nowrap; }
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user