diff options
author | Akshen | 2017-05-11 15:24:06 +0530 |
---|---|---|
committer | Akshen | 2017-05-19 15:30:31 +0530 |
commit | a68a73242fb6bdf79625928efac98293c17d9bc0 (patch) | |
tree | c3cb165d981635cc05c5212d61702e4a9e58e7ab /workshop_app/static | |
parent | 462d59bf2bbc6828b91eef8ec2d3645023bebf06 (diff) | |
download | workshop_booking-a68a73242fb6bdf79625928efac98293c17d9bc0.tar.gz workshop_booking-a68a73242fb6bdf79625928efac98293c17d9bc0.tar.bz2 workshop_booking-a68a73242fb6bdf79625928efac98293c17d9bc0.zip |
Broken Linked Fixed
todo optimization and chatbot
Diffstat (limited to 'workshop_app/static')
-rw-r--r-- | workshop_app/static/workshop_app/css/faq.css | 5 | ||||
-rw-r--r-- | workshop_app/static/workshop_app/css/index.css | 36 | ||||
-rw-r--r-- | workshop_app/static/workshop_app/css/sticky-footer.css | 2 |
3 files changed, 20 insertions, 23 deletions
diff --git a/workshop_app/static/workshop_app/css/faq.css b/workshop_app/static/workshop_app/css/faq.css new file mode 100644 index 0000000..98b4f5c --- /dev/null +++ b/workshop_app/static/workshop_app/css/faq.css @@ -0,0 +1,5 @@ +.num { + list-style-type: square; + font-family: 'Antic Slab'; + font-size: 22px; +} diff --git a/workshop_app/static/workshop_app/css/index.css b/workshop_app/static/workshop_app/css/index.css index 26bd155..1087d24 100644 --- a/workshop_app/static/workshop_app/css/index.css +++ b/workshop_app/static/workshop_app/css/index.css @@ -5,18 +5,15 @@ body { .fossee-label { padding-top: 20%; - margin-left: 60%; + margin-left: 9%; color: #6D5847; - font-size: 450%; + font-size: 400%; } - .logo { - width: 200%; - height: 100%; float: left; margin-top: 9%; - margin-left: 75%; + margin-left: 15%; } .label-bar { @@ -24,12 +21,13 @@ body { float: right; margin-top: 9%; font-size: 120%; - margin-right: 10%; + margin-right: 3%; } .login { - margin-left: 20%; + margin-left: auto; + margin-right: 1%; width: 40%; height: 90%; background: white; @@ -50,7 +48,6 @@ body { /* Icons with their respective Images */ .icons { background: white; - height: 70%; margin-top: 3%; } @@ -67,34 +64,29 @@ figure.item { -/* Contact Us, Related Links and Organization Logo */ - -.contact { - width: 100%; - margin: auto; -} +/* Contact Us, Related Links and Organization Logo css*/ .org-logo { - margin-top: 5%; - margin-left: 6%; + margin-top: 1%; + float: left; color: #5A3700; } .related-links { - font-size: 180%; + font-size: 120%; color: #5A3700; - margin-top: 3%; - margin-left: 9% + text-align: center; + margin-top: 1%; } .contact-us { - font-size: 180%; + font-size: 140%; color: #5A3700; margin-top: 1%; - margin-right: 3%; + float: right; } diff --git a/workshop_app/static/workshop_app/css/sticky-footer.css b/workshop_app/static/workshop_app/css/sticky-footer.css index 9c9be20..cb21144 100644 --- a/workshop_app/static/workshop_app/css/sticky-footer.css +++ b/workshop_app/static/workshop_app/css/sticky-footer.css @@ -33,7 +33,7 @@ /* Footer CSS */ .footer { - position: absolute; + position: relative; bottom: 0; right: 0; left: 0; |