Parcourir la source

Merge pull request #1 from p410n3/master

Mobile fix for the footer
master
Marcel Haazen il y a 6 ans
committed by GitHub
Parent
révision
d9b61b841d
Aucune clé connue n'a été trouvée dans la base pour cette signature ID de la clé GPG: 4AEE18F83AFDEB23
1 fichiers modifiés avec 4 ajouts et 4 suppressions
  1. +4
    -4
      css/style.css

+ 4
- 4
css/style.css Voir le fichier

@ -215,7 +215,7 @@ footer {
border-top: 1px solid #e7e7e7;
background-color: #f6f5f6;
bottom: 0;
position: absolute;
position: relative;
left: 0;
right: 0;
}
@ -228,7 +228,6 @@ foot {
text-align: right;
padding: 20px 0px;
display: block;
border-top: 1px solid #e8e7e8;
font-size: 12px;
color: #cccccc;
}
@ -499,7 +498,8 @@ elements h1 {
}
body{
background-color: #f6f5f6;
min-height: 100vh;
min-height: 100vh;
position: static;
}
elements small {
@ -663,7 +663,7 @@ elements .clearing-thumbs img:hover {
}
footer {
padding-top: 0px;
margin-top: 30px;
margin-top: 0px;
text-align: center;
}
footer h4 {

Chargement…
Annuler
Enregistrer