footer details
This commit is contained in:
parent
d03ce646af
commit
4c24a292d9
2 changed files with 13 additions and 11 deletions
12
css/main.css
12
css/main.css
|
|
@ -33,7 +33,8 @@ html, body {height: 100%;}
|
|||
#footer {
|
||||
position: fixed;
|
||||
margin-top: -96px; /* negative value of footer height */
|
||||
height: 96px;
|
||||
|
||||
height: 80px;
|
||||
clear:both;
|
||||
padding: 5px 2rem;
|
||||
bottom: 0;
|
||||
|
|
@ -48,11 +49,12 @@ html, body {height: 100%;}
|
|||
}
|
||||
|
||||
.bottom-copay {
|
||||
width: 80px;
|
||||
width: 56px;
|
||||
text-align: center;
|
||||
position: relative;
|
||||
float: right;
|
||||
margin-left: 15px;
|
||||
height: 62px;
|
||||
}
|
||||
|
||||
.logo {
|
||||
|
|
@ -296,9 +298,9 @@ hr { margin: 2.25rem 0;}
|
|||
.lh {line-height: 0;}
|
||||
|
||||
.video-small {
|
||||
width: 80px;
|
||||
height: 80px;
|
||||
border-radius: 1rem;
|
||||
width: 50px;
|
||||
height: 50px;
|
||||
border-radius: 0.3rem;
|
||||
display: inline;
|
||||
float: right;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue