소스 검색

Merge pull request #2 from p410n3/master

Fix for footer...again x)
master
Marcel Haazen 6 년 전
committed by GitHub
부모
커밋
5eb4483da6
No known key found for this signature in database GPG 키 ID: 4AEE18F83AFDEB23
1개의 변경된 파일14개의 추가작업 그리고 3개의 파일을 삭제
  1. +14
    -3
      css/style.css

+ 14
- 3
css/style.css 파일 보기

@ -211,13 +211,18 @@ certificates img:hover {
footer {
display: block;
margin-top: 80px;
border-top: 1px solid #e7e7e7;
background-color: #f6f5f6;
bottom: 0;
position: relative;
left: 0;
right: 0;
right: 0;
flex-grow: 1;
display: flex;
align-items: flex-end;
}
footer .columns {
padding: 0;
}
social a {
@ -230,6 +235,10 @@ foot {
display: block;
font-size: 12px;
color: #cccccc;
width: 100vw;
border-top: 1px solid #e7e7e7;
padding-left: 0.9375em;
padding-right: 0.9375em;
}
foot img {
@ -500,6 +509,8 @@ body{
background-color: #f6f5f6;
min-height: 100vh;
position: static;
display: flex;
flex-direction: column;
}
elements small {

불러오는 중...
취소
저장