This is an automated email from the ASF dual-hosted git repository.
mauriciostekl pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ignite-website.git
The following commit(s) were added to refs/heads/master by this push:
new 3cf0ce7 IGNITE-15634: fixed block with stars in homepage
3cf0ce7 is described below
commit 3cf0ce7f8d47f06bf3313009ce4f0cee48a4c518
Author: Mauricio Stekl <[email protected]>
AuthorDate: Tue Sep 28 23:54:43 2021 -0300
IGNITE-15634: fixed block with stars in homepage
---
css/ignite-redesign.css | 2 +-
includes/scripts.html | 4 ++--
scss/homepage.scss | 12 ++++++++++--
3 files changed, 13 insertions(+), 5 deletions(-)
diff --git a/css/ignite-redesign.css b/css/ignite-redesign.css
index 78c861a..95030d4 100644
--- a/css/ignite-redesign.css
+++ b/css/ignite-redesign.css
@@ -1 +1 @@
-@charset
"UTF-8";code[class*=language-],pre[class*=language-]{color:#ccc;background:0
0;font-family:Consolas,Monaco,'Andale Mono','Ubuntu
Mono',monospace;font-size:1em;text-align:left;white-space:pre;word-spacing:normal;word-break:normal;word-wrap:normal;line-height:1.5;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-hyphens:none;-moz-hyphens:none;-ms-hyphens:none;hyphens:none}pre[class*=language-]{padding:1em;margin:.5em
0;overflow:auto}:not(pre)>code[class*=language-],pre[class*=langu [...]
\ No newline at end of file
+@charset
"UTF-8";code[class*=language-],pre[class*=language-]{color:#ccc;background:0
0;font-family:Consolas,Monaco,'Andale Mono','Ubuntu
Mono',monospace;font-size:1em;text-align:left;white-space:pre;word-spacing:normal;word-break:normal;word-wrap:normal;line-height:1.5;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-hyphens:none;-moz-hyphens:none;-ms-hyphens:none;hyphens:none}pre[class*=language-]{padding:1em;margin:.5em
0;overflow:auto}:not(pre)>code[class*=language-],pre[class*=langu [...]
\ No newline at end of file
diff --git a/includes/scripts.html b/includes/scripts.html
index 08a0257..4c0cf65 100644
--- a/includes/scripts.html
+++ b/includes/scripts.html
@@ -1,7 +1,7 @@
<!-- REMEMBER TO COPY ALL CHANGES TO download.html -->
-<link rel="stylesheet" href="/css/ignite-redesign.css?20210916" media="print"
onload="this.media='all'">
-<noscript><link media="all" rel="stylesheet"
href="/css/ignite-redesign.css?20210916"></noscript>
+<link rel="stylesheet" href="/css/ignite-redesign.css?20210928" media="print"
onload="this.media='all'">
+<noscript><link media="all" rel="stylesheet"
href="/css/ignite-redesign.css?20210928"></noscript>
<script src="/js/lazysizes.min.js" async=""></script>
diff --git a/scss/homepage.scss b/scss/homepage.scss
index 28d503f..e372a2c 100644
--- a/scss/homepage.scss
+++ b/scss/homepage.scss
@@ -163,6 +163,12 @@ body.headroom--unpinned {
text-decoration: none;
}
}
+ &:nth-child(2) > a {
+ justify-content: center;
+ }
+ &:last-of-type > a {
+ justify-content: flex-end;
+ }
.star {
width: 64px;
@@ -181,7 +187,7 @@ body.headroom--unpinned {
}
}
p {
- width: calc(100% - 80px);
+ width: auto;
font-size: 18px;
line-height: 24px;
font-family: Open Sans;
@@ -756,10 +762,12 @@ section.section-block {
margin-bottom: 30px;;
> a {
- justify-content: center;
+ justify-content: center !important;
}
p {
max-width: 200px;
+ width: calc(100% - 80px);
+
}
}
.desc {