bludit/bl-themes/blogx/css/style.css

61 lines
751 B
CSS
Raw Normal View History

2018-02-01 00:34:16 +01:00
html {
position: relative;
min-height: 100%;
}
body {
/* Padding top for navbar */
padding-top: 56px;
/* Margin bottom for footer height */
margin-bottom: 60px;
}
section {
padding: 150px 0;
}
2018-02-17 11:32:05 +01:00
img {
max-width: 100%;
}
2018-02-01 00:34:16 +01:00
/* Navbar */
.navbar-nav-svg {
display: inline-block;
width: 1rem;
height: 1rem;
vertical-align: text-top;
color: rgba(255,255,255,.5);
}
.nav-link {
font-size: 0.8em;
}
/* Footer */
footer {
position: absolute;
bottom: 0;
width: 100%;
height: 60px;
line-height: 60px;
font-size: 0.8em;
}
.mini-logo {
height: 22px;
padding-bottom: 5px;
}
2018-02-01 22:43:46 +01:00
/* Plugins */
.plugin {
margin-top: 3rem;
}
.plugin-label {
font-size: 1em;
text-transform: uppercase;
}
.plugin ul {
list-style: none;
padding: 0 0 0 10px;
}