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

style.css « css « static - github.com/mmrath/hugo-bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 86af7b4a985301c4a4ad4691f28a94ec7c3ca588 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
@import url(https://fonts.googleapis.com/css?family=Open+Sans);

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}
body {
    /* Margin bottom by footer height */
    font-family: 'Open Sans', 'sans-serif';
    margin-bottom: 60px;
}
.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 60px;
    background-color: #f5f5f5;
}

body > .container {
    padding: 60px 15px 0;
}

.nopadding {
  padding: 0 !important;
  margin: 0 !important;
}


.margin-10{margin-bottom:10px; margin-right:10px;}