Quellcode durchsuchen

Merge pull request #1 from p410n3/master

Mobile fix for the footer
master
Marcel Haazen vor 6 Jahren
committed von GitHub
Ursprung
Commit
d9b61b841d
Es konnte kein GPG-Schlüssel zu dieser Signatur gefunden werden GPG-Schlüssel-ID: 4AEE18F83AFDEB23
1 geänderte Dateien mit 4 neuen und 4 gelöschten Zeilen
  1. +4
    -4
      css/style.css

+ 4
- 4
css/style.css Datei anzeigen

@ -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 {

Laden…
Abbrechen
Speichern