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

github.com/halogenica/beautifulhugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorMichael Romero <halogenica@users.noreply.github.com>2018-02-09 08:05:49 +0300
committerGitHub <noreply@github.com>2018-02-09 08:05:49 +0300
commit5f274c82e4a83de14fb643a0f0fb5099b111d853 (patch)
treee3d3ab4fd42960a5cb7200ace37c6beb92a1dcfd /static
parent987a01e0040c1f496fb125cc8a0d78e7ba20924e (diff)
parentb97775978e11a4ac22d4613676215bb4d39c9870 (diff)
Merge pull request #116 from henryiii/expanding
Expanding taxinomies
Diffstat (limited to 'static')
-rw-r--r--static/css/main.css29
1 files changed, 29 insertions, 0 deletions
diff --git a/static/css/main.css b/static/css/main.css
index e5b3a5e..d712772 100644
--- a/static/css/main.css
+++ b/static/css/main.css
@@ -14,6 +14,14 @@ body {
margin-bottom:50px;
flex: 1 0 auto;
}
+
+@media only screen and (max-width: 767px) {
+.container[role=main] {
+ margin-left: 0;
+ margin-right: 0;
+}
+}
+
p {
line-height: 1.5;
margin: 6px 0;
@@ -69,6 +77,23 @@ hr.small {
display: none;
}
+div.panel-body a.list-group-item {
+ font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
+ font-weight: 800;
+ border-radius: 0;
+ border: none;
+}
+div.panel-group .panel {
+ border-radius: 0;
+}
+div.panel-group .panel+.panel {
+ margin-top: 0;
+}
+
+div.panel-body a.list-group-item.view-all {
+ font-weight: 600;
+}
+
::-moz-selection {
color: white;
text-shadow: none;
@@ -621,6 +646,10 @@ footer .theme-by {
margin-top:10px;
}
+h4.panel-title > span.badge {
+ float: right;
+}
+
@media only screen and (min-width: 768px) {
.pager.blog-pager {
margin-top: 40px;