You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by GitBox <gi...@apache.org> on 2022/07/13 04:47:40 UTC

[GitHub] [shardingsphere-doc] davidChan3000 commented on a diff in pull request #603: feat: add en book page

davidChan3000 commented on code in PR #603:
URL: https://github.com/apache/shardingsphere-doc/pull/603#discussion_r919643191


##########
style/bookDesc.css:
##########
@@ -0,0 +1,43 @@
+#bookDesc{
+    background-image: url('/images/roadmap/background.svg');
+    background-repeat: no-repeat;
+    background-position: right top;
+    padding:88px 0;
+}
+
+#bookDesc h1{
+    text-align: center;
+    font-size: 36px;
+    margin-bottom: 40px;
+}
+
+#bookDesc p{
+    font-size: 20px;
+    margin-bottom: 52px;
+}
+
+#bookDesc p a{
+    color: #4053FF;
+    text-decoration: underline;
+}
+
+#bookDesc h3{
+    text-align: center;
+    font-size: 24px;
+    padding-top: 48px;
+    margin-bottom: 40px;
+}
+
+#bookDesc .learn-con{
+    display: flex;
+    flex-direction: column;
+}
+
+#bookDesc .learn-con ul{
+    margin-bottom: 40px;
+}
+
+#bookDesc .learn-con li{
+    font-size: 22px;
+    margin-bottom: 25px;
+}

Review Comment:
   added



-- 
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.

To unsubscribe, e-mail: notifications-unsubscribe@shardingsphere.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org