We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b559d37 commit a324de2Copy full SHA for a324de2
src/assets/css/_css/code.less
@@ -135,7 +135,7 @@
135
flex-direction: row;
136
justify-content: space-between;
137
.language-title {
138
- margin: 0;
+ margin: 0 0 50px 0;
139
font-size: 48px;
140
font-weight: bold;
141
}
@@ -150,7 +150,7 @@
150
151
152
.library-category {
153
- padding-top: 50px;
+ padding-top: 15px;
154
155
.library-category-title {
156
margin: 0;
@@ -163,6 +163,7 @@
163
164
165
margin-top: 36px;
166
+ margin-bottom: 50px;
167
.library-details {
168
width: 30%;
169
.library-name {
@@ -195,6 +196,9 @@
195
196
.library-howto {
197
width: 60%;
198
.library-howto-content {
199
+ p {
200
+ margin: 0;
201
+ }
202
transition: max-height 0.25s ease-in;
203
204
0 commit comments