1502shivam-singh commented on a change in pull request #239:
URL: https://github.com/apache/apisix-website/pull/239#discussion_r587296880
##########
File path: website/src/css/customTheme.css
##########
@@ -501,3 +502,40 @@ a:hover {
.help-page .card .buttons {
display: flex;
}
+
+/*newsletter section*/
+
+.center-elem{
+ display: flex;
+ justify-content: center;
+}
+
+.news-logo{
+ margin-bottom: 20px;
+}
+
+.news-button{
+ border: #111827;
+ padding: 5px 30px;
+ border-style: solid;
+ border-radius: 9px;
+ background: #111827;
+ color: white;
+ margin: 4px;
+ text-decoration: none;
+ transition: all 0.3s;
+}
+.news-button:hover{
+ background: black;
+ color: white;
+ text-decoration: none;
+}
+
+.news-logo-svg{
+ height: 42px;
+}
+
+.news-text{
+ color: var(--color-primary);
+ text-align: center;
+}
Review comment:
An extra line at the end right, line 542.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]