comparison static/css/sat_website.css @ 99:dd7a496bf762

add a general footer containing the email contact + add a section for this contact in the "community" section
author souliane <souliane@mailoo.org>
date Fri, 09 Oct 2015 13:02:56 +0200
parents 3d04a955bec4
children 82d920157dc9
comparison
equal deleted inserted replaced
98:e1df20f42e67 99:dd7a496bf762
19 19
20 /* Overriding Bootstrap styles */ 20 /* Overriding Bootstrap styles */
21 21
22 body { 22 body {
23 padding-top: 50px; 23 padding-top: 50px;
24 padding-bottom: 30px; 24 padding-bottom: 10px;
25 } 25 }
26 26
27 header { 27 header {
28 margin-bottom: 20px; 28 margin-bottom: 20px;
29 }
30
31 footer {
32 padding-top: 40px;
33 font-size: smaller;
29 } 34 }
30 35
31 h1, h2, h3, h4, h5, h6 { 36 h1, h2, h3, h4, h5, h6 {
32 font-weight: bold; 37 font-weight: bold;
33 } 38 }