We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d91103e commit 2019e6fCopy full SHA for 2019e6f
scss/layout/docs_mainvisual.scss
@@ -41,17 +41,17 @@
41
.nav-container {
42
position: relative;
43
overflow: hidden;
44
- background-color: $theme06;
45
line-height: 1.7;
+ background-color: $theme06;
46
47
ul {
48
transition: max-height .4s ease-out;
49
50
a {
51
display: block;
52
padding-bottom: 12px;
53
- color: $color01;
54
text-decoration: none;
+ color: $color01;
55
56
&.active {
57
color: $theme04;
@@ -125,7 +125,8 @@
125
126
img {
127
128
- height: 100%; max-width: none;
+ max-width: none;
129
+ height: 100%;
130
}
131
132
0 commit comments