2018-11-02 15:00:59 +00:00
|
|
|
/**
|
|
|
|
* Author: Marco Tereh and Claudio Maggioni
|
|
|
|
* this file only concerns elements which are children of the <footer>
|
|
|
|
*/
|
2018-10-31 17:16:47 +00:00
|
|
|
|
2018-11-02 15:00:59 +00:00
|
|
|
footer {
|
2018-11-05 20:03:04 +00:00
|
|
|
background-color: #646464;
|
2018-11-02 15:00:59 +00:00
|
|
|
color: white;
|
2018-10-31 17:16:47 +00:00
|
|
|
|
2018-11-02 15:00:59 +00:00
|
|
|
.footer.container {
|
|
|
|
padding: 1em;
|
|
|
|
}
|
2018-10-31 17:16:47 +00:00
|
|
|
|
2018-11-02 15:00:59 +00:00
|
|
|
section {
|
|
|
|
flex-grow: 1;
|
|
|
|
padding: .5rem;
|
2018-10-31 17:16:47 +00:00
|
|
|
|
2018-11-05 20:03:04 +00:00
|
|
|
h2.margin, h4 {
|
2018-11-02 15:00:59 +00:00
|
|
|
padding-bottom: .5em;
|
|
|
|
}
|
|
|
|
}
|
2018-10-31 17:16:47 +00:00
|
|
|
|
2018-11-02 15:00:59 +00:00
|
|
|
.copyright {
|
2018-11-05 20:03:04 +00:00
|
|
|
background: #515151;
|
2018-11-02 15:00:59 +00:00
|
|
|
width: 100%;
|
|
|
|
|
|
|
|
.container {
|
|
|
|
padding-top: 1em;
|
|
|
|
padding-bottom: 1em;
|
|
|
|
}
|
|
|
|
}
|
2018-10-31 17:16:47 +00:00
|
|
|
}
|