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

github.com/yursan9/manis-hugo-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorYurizal Susanto <rizal.sagi@gmail.com>2017-07-02 05:15:42 +0300
committerYurizal Susanto <rizal.sagi@gmail.com>2017-07-02 05:15:42 +0300
commitc8a646e72d19cfc12afdd6516d1f5e283f9c6e4f (patch)
treeb33ecdfc4eb7cfef3e74552369de7a69947cd124 /static
parentfa26abc89419f6bcf761a00e3d31447c179c8acd (diff)
Fix header title
Diffstat (limited to 'static')
-rw-r--r--static/css/ui.css12
1 files changed, 1 insertions, 11 deletions
diff --git a/static/css/ui.css b/static/css/ui.css
index c48834f..ddb663e 100644
--- a/static/css/ui.css
+++ b/static/css/ui.css
@@ -113,23 +113,13 @@ h6 {
p { margin-top: 0; }
#brand {
- text-align: center;
- padding-top: 1rem;
-}
-@media (min-width: 40rem) {
- #brand {
- text-align: left;
- padding-top: 0rem;
- }
+ text-align: left;
}
-
#brand h1 {
- font-size: 4.2rem;
margin-bottom: -.2rem;
font-weight: bold
}
#brand h5 {
- font-size: 2rem;
color: #aaa;
margin-bottom: -.2rem;
}