Quellcode durchsuchen

Another footer fix.

I dont like that guy >:(
master
_palonE vor 6 Jahren
Ursprung
Commit
67c780952b
1 geänderte Dateien mit 5 neuen und 1 gelöschten Zeilen
  1. +5
    -1
      css/style.css

+ 5
- 1
css/style.css Datei anzeigen

@ -235,12 +235,16 @@ foot {
display: block;
font-size: 12px;
color: #cccccc;
width: 100vw;
width: 100%;
border-top: 1px solid #e7e7e7;
padding-left: 0.9375em;
padding-right: 0.9375em;
}
footer .row {
max-width: 100%;
}
foot img {
width: 5%;
margin-top: -3px;

Laden…
Abbrechen
Speichern