Collapse SCSS to the theme
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@ -135,14 +135,11 @@ pre {
|
||||
padding: 0.5em;
|
||||
overflow-x: auto;
|
||||
font-weight: bold;
|
||||
font-size: 0.9em;
|
||||
line-height: $base-line-height * 0.9;
|
||||
border: 1px solid #ddd;
|
||||
border-radius: 0.75em;
|
||||
border: 1px solid #DDDDDD;
|
||||
border-radius: 0.5em;
|
||||
|
||||
code {
|
||||
background-color: transparent;
|
||||
color: #444;
|
||||
}
|
||||
}
|
||||
|
||||
@ -360,7 +357,6 @@ nav li:hover {
|
||||
position: fixed;
|
||||
font-size: .8em;
|
||||
border-top: 2px solid $text-dark;
|
||||
text-align: center;
|
||||
display: flex;
|
||||
flex-flow: row wrap;
|
||||
bottom: 0;
|
||||
@ -373,6 +369,12 @@ nav li:hover {
|
||||
@media #{$mq-large} { margin: 0 21%; width: 58%; font-size: $base-font-size * 1.0; }
|
||||
@media #{$mq-xlarge} { margin: 0 24%; width: 52%; font-size: $base-font-size * 1.1; }
|
||||
@media #{$mq-xxlarge} { margin: 0 27%; width: 48%; font-size: $base-font-size * 1.1; }
|
||||
|
||||
span {
|
||||
width: 100%;
|
||||
text-align: center;
|
||||
color: $ipng-orange;
|
||||
}
|
||||
}
|
||||
|
||||
.myname {
|
||||
|
Reference in New Issue
Block a user