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 8a47bd599 padding of power section (#157)
8a47bd599 is described below
commit 8a47bd5996fa95718aefa2528be5700fff4eb32c
Author: dahn <[email protected]>
AuthorDate: Fri Feb 9 08:05:37 2024 +0100
padding of power section (#157)
---
src/css/custom.css | 23 +++++++++++------------
1 file changed, 11 insertions(+), 12 deletions(-)
diff --git a/src/css/custom.css b/src/css/custom.css
index 083d4afdd..0fdb465fd 100644
--- a/src/css/custom.css
+++ b/src/css/custom.css
@@ -178,10 +178,10 @@ h1 {
padding: 80px 0;
}
.section-title {
- font-family: 'DM Sans', sans-serif;
- font-size: 2.5rem;
- line-height: 3rem;
- font-weight: bold;
+ font-family: 'DM Sans', sans-serif;
+ font-size: 2.5rem;
+ line-height: 3rem;
+ font-weight: bold;
}
.px18 {
font-size: 1.125rem;
@@ -189,15 +189,14 @@ h1 {
/* power */
.powers {
- padding: 80px 0 50px;
- background: url('img/splash_outline_blue.png') no-repeat calc(50% -
200px) 0;
+ padding: 80px 10px 50px;
+ background: url('img/splash_outline_blue.png') no-repeat calc(50% - 200px)
0;
}
.power-card {
- background-color: #F0F2F5A6;
- border-radius: 18px;
- padding: 40px 30px 30px;
- margin-right: 20px;
- margin-bottom: 20px;
+ background-color: #F0F2F5A6;
+ border-radius: 18px;
+ padding: 40px 30px 30px;
+ margin-bottom: 20px;
}
.power-card.line {
position: relative;
@@ -1172,7 +1171,7 @@ progress{vertical-align:baseline}
padding-right:calc(var(--bs-gutter-x) * .5);
padding-left:calc(var(--bs-gutter-x) * .5);
margin-right:auto;
- margin-left:auto
+ margin-left:auto;
}