Skip to content

Commit 012c1e7

Browse files
committed
Move CSS from b871dea to custom.css
1 parent 2c48f3b commit 012c1e7

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

public/static/custom.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@ html {
22
scroll-behavior: smooth;
33
}
44

5+
.px-6 ul {
6+
list-style: unset;
7+
}
8+
59
/* Style the tab content */
610
.tabcontent {
711
display: none;

public/static/style.css

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -242,9 +242,6 @@ h6 {
242242
ul {
243243
list-style: none; }
244244

245-
.px-6 ul {
246-
list-style: unset; }
247-
248245
button,
249246
input,
250247
select,

0 commit comments

Comments
 (0)