Spaces:
Running
Running
Commit
•
f0e2630
1
Parent(s):
7f5ad01
Fix margin
Browse files- index.html +3 -3
index.html
CHANGED
@@ -43,8 +43,8 @@
|
|
43 |
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
|
44 |
grid-gap: 10px;
|
45 |
margin-top: 3.5rem;
|
46 |
-
margin-left:
|
47 |
-
margin-right:
|
48 |
}
|
49 |
|
50 |
.grid-item {
|
@@ -143,7 +143,7 @@
|
|
143 |
</script>
|
144 |
</head>
|
145 |
|
146 |
-
<body class="pb-10 pt-5 bg-white
|
147 |
<section
|
148 |
x-data="themesData"
|
149 |
>
|
|
|
43 |
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
|
44 |
grid-gap: 10px;
|
45 |
margin-top: 3.5rem;
|
46 |
+
margin-left: 12rem;
|
47 |
+
margin-right: 12rem;
|
48 |
}
|
49 |
|
50 |
.grid-item {
|
|
|
143 |
</script>
|
144 |
</head>
|
145 |
|
146 |
+
<body class="pb-10 pt-5 bg-white relative">
|
147 |
<section
|
148 |
x-data="themesData"
|
149 |
>
|