1
0
mirror of https://github.com/2ec0b4/kaamelott-soundboard.git synced 2025-12-08 15:43:24 +00:00

Ajoute des boutons de partage sur les réseaux sociaux

This commit is contained in:
Antoine
2016-05-18 14:08:59 +02:00
parent 93f51fdf99
commit 4b3a89a486
6 changed files with 39 additions and 4 deletions

View File

@@ -161,6 +161,13 @@ header h1 {
* FOOTER
* -----------------------------------------------------------------------------
*/
footer {
height: 40px;
text-align: center;
}
footer .likely {
margin-top: 8px;
}
/**
* ANIMATIONS
* -----------------------------------------------------------------------------
@@ -453,17 +460,23 @@ noscript p {
}
}
@media only screen and (max-width:767px){
header {
header,
footer {
background: #3f3552;
left: 0;
position: fixed;
top: 0;
width: 100%;
z-index: 5;
}
header {
top: 0;
}
header h1 {
font-size: 2.2em;
}
footer {
bottom: 0;
}
#app {
margin-bottom: 40px;
margin-top: 90px;