theshell.ch/site/_sass/_footer.scss
maggicl b5d0bfd80e css: CSS style is now decent (mobile menu still to fix)
git-svn-id: svn+ssh://atelier.inf.usi.ch/home/bevilj/group-1@28 a672b425-5310-4d7a-af5c-997e18724b81
2018-11-02 15:00:59 +00:00

40 lines
579 B
SCSS

/**
* Author: Marco Tereh and Claudio Maggioni
* this file only concerns elements which are children of the <footer>
*/
footer {
background-color: #333;
color: white;
.footer.container {
display: flex;
flex-direction: row;
padding: 1em;
}
section {
flex-grow: 1;
padding: .5rem;
h3 {
text-transform: uppercase;
padding-bottom: .5em;
}
}
.copyright {
background: #111;
width: 100%;
.container {
padding-top: 1em;
padding-bottom: 1em;
}
}
section.author {
width: 30%;
}
}