Skip to content

Commit 2019e6f

Browse files
author
Darius Rosendahl
committed
Changed property order docs_mainvisual
1 parent d91103e commit 2019e6f

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

scss/layout/docs_mainvisual.scss

+4-3
Original file line numberDiff line numberDiff line change
@@ -41,17 +41,17 @@
4141
.nav-container {
4242
position: relative;
4343
overflow: hidden;
44-
background-color: $theme06;
4544
line-height: 1.7;
45+
background-color: $theme06;
4646

4747
ul {
4848
transition: max-height .4s ease-out;
4949

5050
a {
5151
display: block;
5252
padding-bottom: 12px;
53-
color: $color01;
5453
text-decoration: none;
54+
color: $color01;
5555

5656
&.active {
5757
color: $theme04;
@@ -125,7 +125,8 @@
125125

126126
img {
127127
display: block;
128-
height: 100%; max-width: none;
128+
max-width: none;
129+
height: 100%;
129130
}
130131
}
131132

0 commit comments

Comments
 (0)