Skip to content

Commit a324de2

Browse files
committed
Improve CSS
1 parent b559d37 commit a324de2

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

src/assets/css/_css/code.less

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@
135135
flex-direction: row;
136136
justify-content: space-between;
137137
.language-title {
138-
margin: 0;
138+
margin: 0 0 50px 0;
139139
font-size: 48px;
140140
font-weight: bold;
141141
}
@@ -150,7 +150,7 @@
150150
}
151151
}
152152
.library-category {
153-
padding-top: 50px;
153+
padding-top: 15px;
154154
}
155155
.library-category-title {
156156
margin: 0;
@@ -163,6 +163,7 @@
163163
flex-direction: row;
164164
justify-content: space-between;
165165
margin-top: 36px;
166+
margin-bottom: 50px;
166167
.library-details {
167168
width: 30%;
168169
.library-name {
@@ -195,6 +196,9 @@
195196
.library-howto {
196197
width: 60%;
197198
.library-howto-content {
199+
p {
200+
margin: 0;
201+
}
198202
transition: max-height 0.25s ease-in;
199203
}
200204
}

0 commit comments

Comments
 (0)