aboutsummaryrefslogtreecommitdiff
path: root/docs/style.css
diff options
context:
space:
mode:
authorAkshay <[email protected]>2020-03-11 17:46:32 +0000
committerAkshay <[email protected]>2020-03-11 17:46:32 +0000
commit64cc97395d0541c1bbfc1df58f0351d9b8332c6b (patch)
treee8774465bcc95105aa7c5917c1394b572b11cef4 /docs/style.css
parent9c68e23f075de3d589dfc3919fe3d5772e1a6269 (diff)
add intro
Diffstat (limited to 'docs/style.css')
-rw-r--r--docs/style.css10
1 files changed, 9 insertions, 1 deletions
diff --git a/docs/style.css b/docs/style.css
index 86dcb3b..e7e5335 100644
--- a/docs/style.css
+++ b/docs/style.css
@@ -105,6 +105,14 @@ hr {
105 border-top: 2px solid var(--dark-white); 105 border-top: 2px solid var(--dark-white);
106} 106}
107 107
108.intro {
109 font-size: 0.9rem;
110 overflow: auto;
111 padding: 0rem;
112 margin: 1rem 0rem;
113 font-family: 'Inter', sans-serif;
114}
115
108.heading { 116.heading {
109 margin: 0 auto; 117 margin: 0 auto;
110 color: var(--black); 118 color: var(--black);
@@ -202,7 +210,7 @@ pre > code {
202} 210}
203 211
204.footer { 212.footer {
205 font-size: 0.7rem; 213 font-size: 0.9rem;
206 text-align: center; 214 text-align: center;
207} 215}
208 216