Fixed footer on certain browsers blocking text
All checks were successful
/ deploy (push) Successful in 26s
All checks were successful
/ deploy (push) Successful in 26s
This commit is contained in:
parent
73ccdd477d
commit
58129ac9c2
36 changed files with 35 additions and 59 deletions
24
css/bootstrap.local.css
vendored
24
css/bootstrap.local.css
vendored
|
@ -9,25 +9,6 @@ a {
|
|||
}
|
||||
|
||||
|
||||
/* Sticky footer styles
|
||||
-------------------------------------------------- */
|
||||
html {
|
||||
position: relative;
|
||||
min-height: 100%;
|
||||
}
|
||||
body {
|
||||
/* Margin bottom by footer height */
|
||||
margin-bottom: 60px;
|
||||
}
|
||||
.footer {
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
width: 100%;
|
||||
padding-bottom: 15px;
|
||||
background-color: #f5f5f5;
|
||||
}
|
||||
|
||||
|
||||
/* Custom page CSS
|
||||
-------------------------------------------------- */
|
||||
/* Not required for template or sticky footer method. */
|
||||
|
@ -40,11 +21,6 @@ body > .container {
|
|||
font-size: 14px;
|
||||
}
|
||||
|
||||
.footer > .container {
|
||||
padding-right: 15px;
|
||||
padding-left: 15px;
|
||||
}
|
||||
|
||||
textarea {
|
||||
width: 100%;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue