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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user