aboutsummaryrefslogtreecommitdiffstats
path: root/static
diff options
context:
space:
mode:
authorYigit Sever2021-04-25 23:45:22 +0300
committerYigit Sever2021-04-25 23:45:22 +0300
commitfab0654942bd610c99999a6d193e0630d0cd6f98 (patch)
treeeb3a26c25ec68dbb316a4d0cc16a0a854c42a96f /static
parent685ec6275109a9b2a1b1a6083c4b011fe8c5eeb6 (diff)
downloadgradecoin-site-fab0654942bd610c99999a6d193e0630d0cd6f98.tar.gz
gradecoin-site-fab0654942bd610c99999a6d193e0630d0cd6f98.tar.bz2
gradecoin-site-fab0654942bd610c99999a6d193e0630d0cd6f98.zip
Moving to nicenet
Diffstat (limited to 'static')
-rw-r--r--static/site.css18
1 files changed, 18 insertions, 0 deletions
diff --git a/static/site.css b/static/site.css
index 6c79aa9..bf328f5 100644
--- a/static/site.css
+++ b/static/site.css
@@ -55,3 +55,21 @@ li p {
55.ticker-item::before { 55.ticker-item::before {
56 content: " ✑ "; 56 content: " ✑ ";
57} 57}
58
59.hero section {
60 padding: 0 5rem;
61}
62
63@media screen and (max-width: 768px) {
64 .hero section {
65 padding: 0 2rem;
66 }
67
68 .hero-image {
69 display: none
70 }
71
72}
73footer {
74 color: #8b8b8b;
75}