Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mmrath/hugo-bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'static/css/style.css')
-rw-r--r--static/css/style.css10
1 files changed, 3 insertions, 7 deletions
diff --git a/static/css/style.css b/static/css/style.css
index e1333e2..f3007f5 100644
--- a/static/css/style.css
+++ b/static/css/style.css
@@ -9,15 +9,11 @@ html {
body {
/* Margin bottom by footer height */
font-family: 'Open Sans', 'sans-serif';
- margin-bottom: 60px;
}
.footer {
- position: absolute;
- bottom: 0;
+ margin-top: 3rem;
width: 100%;
- /* Set the fixed height of the footer here */
- height: 60px;
- background-color: #f5f5f5;
+ text-align: center;
}
body > .container {
@@ -38,4 +34,4 @@ p {
/* Responsive viceo? */
iframe {
max-width: 100%;
- } \ No newline at end of file
+ }