Browse code

new build from home

Louis Jonget authored on18/03/2023 14:55:56
Showing1 changed files
... ...
@@ -1,12 +1,12 @@
1
-.component-button {
2
-  text-align: center;
3
-
4
-  .section & {
5
-    padding-bottom: 0;
6
-  }
7
-
8
-  .description {
9
-    padding-left: 0;
10
-    padding-right: 0;
11
-  }
12
-}
1
+.component-button {
2
+  text-align: center;
3
+
4
+  .section & {
5
+    padding-bottom: 0;
6
+  }
7
+
8
+  .description {
9
+    padding-left: 0;
10
+    padding-right: 0;
11
+  }
12
+}
Browse code

init commit

louis.jonget authored on30/09/2022 18:58:18
Showing1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,12 @@
1
+.component-button {
2
+  text-align: center;
3
+
4
+  .section & {
5
+    padding-bottom: 0;
6
+  }
7
+
8
+  .description {
9
+    padding-left: 0;
10
+    padding-right: 0;
11
+  }
12
+}