Skip to content

Commit d0ffbee

Browse files
author
Niutoseq
committed
setting pre-commit hooks whatever it is :)
1 parent 4c6fb04 commit d0ffbee

File tree

2 files changed

+13
-14
lines changed

2 files changed

+13
-14
lines changed

docs/_static/js/app.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,3 @@ window.addEventListener('load', function() {
33
link.target = '_blank';
44
});
55
});
6-

docs/_static/scss/general.scss

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ section {
7272
justify-content: center;
7373
position: relative;
7474
margin-top: 80px;
75-
75+
7676
@media (max-width: $breakpoint-laptop) {
7777
display: grid;
7878
grid-template-columns: 300px 700px 200px;
@@ -113,7 +113,7 @@ section {
113113

114114
i {
115115
font-size: 20px;
116-
}
116+
}
117117

118118
.menu-hamburger {
119119
position: relative;
@@ -153,7 +153,7 @@ section {
153153
}
154154
}
155155
}
156-
156+
157157

158158
@media (max-width: $breakpoint-landscape){
159159
display: block;
@@ -173,11 +173,11 @@ section {
173173
.menu-hamburger {
174174
.icon {
175175
transition-duration: 0.5s;
176-
176+
177177
&:before{
178178
transform: rotateZ(135deg) scaleX(1.05) translate(4px, -4.5px);
179179
}
180-
180+
181181
&:after{
182182
transform: rotateZ(-135deg) scaleX(1.05) translate(2px, 2.9px);
183183
}
@@ -244,7 +244,7 @@ section {
244244
grid-template-columns: 300px 1fr 100px;
245245
justify-content: flex-start;
246246
}
247-
247+
248248
@media (max-width: $breakpoint-portrait) {
249249
grid-template-columns: 200px 1fr 100px;
250250
}
@@ -463,7 +463,7 @@ code.docutils.literal.notranslate {
463463
.rst-content .btn:focus {
464464
outline: 0px solid;
465465
}
466-
466+
467467
.btn-orange {
468468
background-color: var(--primary-orange)!important;
469469
color: #fff!important;
@@ -487,7 +487,7 @@ code.docutils.literal.notranslate {
487487
border-radius: 5px;
488488
background-clip: content-box;
489489
}
490-
490+
491491
/* scrollbar end */
492492

493493
/* sidebar */
@@ -631,7 +631,7 @@ code.docutils.literal.notranslate {
631631
background: transparent;
632632
font-size: 16px;
633633
}
634-
634+
635635
p,
636636
a {
637637
font-size: 13px;
@@ -694,10 +694,10 @@ code.docutils.literal.notranslate {
694694
width: 150px;
695695
border-radius: 0;
696696
padding: 0;
697-
697+
698698
@media (max-width: $breakpoint-portrait){
699699
width: 130px;
700-
}
700+
}
701701
}
702702

703703
.wy-side-nav-search input[type=text],
@@ -760,7 +760,7 @@ code.docutils.literal.notranslate {
760760
max-width: none;
761761
margin: 0 20px 0 60px;
762762
}
763-
763+
764764
@media (max-width: $breakpoint-mobile) {
765765
margin: 0 20px 0 65px;
766766
width: 100%;
@@ -808,4 +808,4 @@ li.wy-breadcrumbs-aside a {
808808
.copyright p {
809809
font-size: 11px;
810810
}
811-
/* footer end */
811+
/* footer end */

0 commit comments

Comments
 (0)