Browse code

Created repository.

DoubleBastionAdmin authored on 02/03/2022 00:26:46
Showing 1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,10 @@
1
+.well-transparent { background-color: transparent; }
2
+
3
+.well-lg {
4
+  padding: @buffer-xl;
5
+  font-size: @font-size-large + 3;
6
+  h1 { font-size: 3em; }
7
+  h2 { font-size: 2em; }
8
+  h1, h2 { margin-top: 0; }
9
+  p { margin-bottom: 30px; }
10
+}