From cc82030ee9aaff0b8be9d8a53bcb3ee4a31c8233 Mon Sep 17 00:00:00 2001 From: chenshihai Date: Wed, 30 Nov 2022 09:23:28 +0800 Subject: [PATCH] home page --- custom/public/css/git.openi.css | 13 +++++++++++-- templates/base/footer_content.tmpl | 16 +++++++++++----- templates/custom/home/home_dataset.tmpl | 2 +- templates/custom/home/home_org.tmpl | 2 +- templates/custom/home/home_repo.tmpl | 2 +- templates/custom/home/home_top.tmpl | 2 +- templates/custom/home/home_user_experience.tmpl | 2 +- 7 files changed, 27 insertions(+), 12 deletions(-) diff --git a/custom/public/css/git.openi.css b/custom/public/css/git.openi.css index 117727b9d..3a4eff8e4 100755 --- a/custom/public/css/git.openi.css +++ b/custom/public/css/git.openi.css @@ -174,7 +174,7 @@ } .homeorg, .homepro, .homemodel, .i-env{ position: relative; - padding-bottom: 5em; + padding-bottom: 3em; } .homenews::before{ content: ''; @@ -315,6 +315,15 @@ } @media only screen and (max-width: 767px) { + .mobile-margin-left-20 { + margin-left: 20px !important; + } + .mobile-text-align-center { + text-align: center !important; + } + .mobile-justify-content-center { + justify-content: center !important; + } .am-mt-30{ margin-top: 1.5rem !important;} .ui.secondary.hometop.segment{ margin-bottom: 5.0rem; @@ -339,7 +348,7 @@ background: #FFF; } .homeorg{ - padding-left: 3.5em; + /* padding-left: 3.5em; */ } .homeorg-tit::after { left: -2.3em; diff --git a/templates/base/footer_content.tmpl b/templates/base/footer_content.tmpl index a017bf367..94940e7a9 100755 --- a/templates/base/footer_content.tmpl +++ b/templates/base/footer_content.tmpl @@ -1,7 +1,7 @@