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

gitlab.com/VincentTam/huginn.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Berthault <justin.berthault@zaclys.net>2018-02-13 13:14:04 +0300
committerJustin Berthault <justin.berthault@zaclys.net>2018-02-13 13:14:04 +0300
commite9d683b48517ef5ba77fa3ee791afbfcbfdcebd7 (patch)
treefcc19994b91b3613bc580b5d0ce5327bd49b7688 /static/css/style.css
parentfcba9b0413bbb68324cceb930e42b84e5b48581d (diff)
Rework headerbar on mobile screens
Diffstat (limited to 'static/css/style.css')
-rw-r--r--static/css/style.css16
1 files changed, 9 insertions, 7 deletions
diff --git a/static/css/style.css b/static/css/style.css
index e421732..bc30cbf 100644
--- a/static/css/style.css
+++ b/static/css/style.css
@@ -248,26 +248,28 @@ img {
@media only screen and (max-width: 767px) {
body {
padding-top: 0px;
+ width: 90%;
}
aside {
position: relative;
padding: 0.2rem 0 0.2rem 0.2rem;
vertical-align: middle;
- text-align: left
+ text-align: center;
}
#avatar {
- display: none;
+ float: left;
+ margin-top: 0.5rem;
+ margin-left: 0.8rem;
}
#sitetitle {
- font-size: 1rem;
- padding-top: 0.2rem;
}
#sitesubtitle {
- margin: 0px;
+ font-size: 0.7rem;
+ }
+ #navlinks {
+ font-size: 0.8rem;
}
#social {
- font-size: 1rem;
- padding: 0.2rem;
}
main {
clean: both;