Skip to content

Commit 9273512

Browse files
committed
chore(docs): remove unused custom styles
1 parent 3504048 commit 9273512

1 file changed

Lines changed: 0 additions & 41 deletions

File tree

packages/docs/src/css/custom.css

Lines changed: 0 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -69,14 +69,6 @@
6969
--ifm-h3-font-size: 20px;
7070
}
7171

72-
.blockly-maze-img {
73-
text-align: center;
74-
}
75-
76-
.blockly-maze-img img {
77-
max-width: 75%;
78-
}
79-
8072
.screenshotImg{
8173
width: 200px;
8274
}
@@ -134,15 +126,6 @@
134126
font-size: 16px;
135127
}
136128

137-
.footer_linkboxes_list {
138-
display: grid;
139-
grid-gap: 24px;
140-
grid-template-columns: repeat(auto-fit, minmax(85.4px, 1fr));
141-
list-style: none;
142-
padding: 0;
143-
margin: 0;
144-
}
145-
146129
.footer__col {
147130
display: flex;
148131
flex-direction: column;
@@ -166,12 +149,6 @@
166149

167150
/* Responsive footer styles */
168151
@media (max-width: 768px) {
169-
.footer_linkboxes_list {
170-
grid-template-columns: 1fr;
171-
grid-gap: 32px;
172-
padding: 24px 0;
173-
}
174-
175152
.footer__col,
176153
.footer__title,
177154
.footer__link-item {
@@ -204,18 +181,9 @@
204181
padding-right: 16px;
205182
}
206183

207-
.footer_linkboxes_list > .footer__col:last-child {
208-
margin-bottom: 32px;
209-
}
210184
}
211185

212186
@media (min-width: 769px) and (max-width: 996px) {
213-
.footer_linkboxes_list {
214-
grid-template-columns: repeat(2, 1fr);
215-
grid-gap: 40px;
216-
padding: 32px 0;
217-
}
218-
219187
.footer__col,
220188
.footer__title,
221189
.footer__link-item {
@@ -235,15 +203,6 @@
235203
margin-bottom: 16px;
236204
}
237205

238-
.footer_linkboxes_list > .footer__col:last-child {
239-
margin-bottom: 32px;
240-
}
241-
}
242-
243-
@media (min-width: 997px) {
244-
.footer_linkboxes_list {
245-
grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
246-
}
247206
}
248207

249208
/** Added changes for hide level 3 menus **/

0 commit comments

Comments
 (0)