This is an automated email from the ASF dual-hosted git repository.
dahn pushed a commit to branch staging-site
in repository https://gitbox.apache.org/repos/asf/cloudstack-www.git
The following commit(s) were added to refs/heads/staging-site by this push:
new f1d72dbe3 margin(s) from navbar (#174)
f1d72dbe3 is described below
commit f1d72dbe37f428e7e171ac223e49142f7dc34e4a
Author: dahn <[email protected]>
AuthorDate: Wed Feb 21 10:27:06 2024 +0100
margin(s) from navbar (#174)
---
src/css/custom.css | 9 ++++++++-
1 file changed, 8 insertions(+), 1 deletion(-)
diff --git a/src/css/custom.css b/src/css/custom.css
index 1d82972e9..687a97565 100644
--- a/src/css/custom.css
+++ b/src/css/custom.css
@@ -76,7 +76,14 @@
body {
font-family: 'Open Sans', sans-serif;
}
-
+main {
+ margin-top:25px;
+ padding-top: 10px;
+}
+article {
+ margin-top: 25px;
+ padding-top: 10px;
+}
.btn-primary {
background-color: #2AA5DC;
border-color: #2AA5DC;