diff options
author | Sharanya A | 2019-07-10 15:35:04 +0530 |
---|---|---|
committer | Sharanya A | 2019-07-10 15:35:04 +0530 |
commit | 4cf364758e26bc5db24a93f5e5ecb16151c35ce9 (patch) | |
tree | 296bd4fdd27c54bc994fb1719d940d8540fa096a /fossee_manim/static | |
parent | 73ff62358f40789a9dfc1fb52117167b436b9e9d (diff) | |
download | FOSSEE_animations-4cf364758e26bc5db24a93f5e5ecb16151c35ce9.tar.gz FOSSEE_animations-4cf364758e26bc5db24a93f5e5ecb16151c35ce9.tar.bz2 FOSSEE_animations-4cf364758e26bc5db24a93f5e5ecb16151c35ce9.zip |
Add footer to base.html; changes to index made; jumbotron nav panel added to base
Diffstat (limited to 'fossee_manim/static')
-rw-r--r-- | fossee_manim/static/css/index.css | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/fossee_manim/static/css/index.css b/fossee_manim/static/css/index.css index f33ef12..176126e 100644 --- a/fossee_manim/static/css/index.css +++ b/fossee_manim/static/css/index.css @@ -1,13 +1,15 @@ #brand{ font-size: 2vw; - font-family: "Times New Roman", Georgia, serif; + /* font-family: "Times New Roman", Georgia, serif; */ + font-family: 'Raleway', sans-serif; } #tag { padding: 15 15 15 15; font-size: 3vw; color: goldenrod; - font-family: Arial, Helvetica, sans-serif; + /* font-family: Arial, Helvetica, sans-serif; */ + font-family: 'Raleway', sans-serif; } @@ -64,7 +66,7 @@ form.example::after { #btns { padding: 25 25 25 25; font-size: 155%; - font-family: Verdana, Geneva, Tahoma, sans-serif; + font-family: 'Lato', sans-serif; } #btns > a { |