Browse Source

tweaking css for mobile lists page

master
jk 5 years ago
parent
commit
759aef85d5
  1. 2
      themes/anatole/layouts/partials/head.html
  2. 4
      themes/anatole/static/css/style.css

2
themes/anatole/layouts/partials/head.html

@ -1,5 +1,5 @@
<head> <head>
<title> {{.Site.Params.author}} | {{.Title}} </title>
<title> {{.Title}} </title>
<meta charset="utf-8"> <meta charset="utf-8">
{{- hugo.Generator -}} {{- hugo.Generator -}}
<meta name="viewport" content="width=device-width,initial-scale=1,viewport-fit=cover"> <meta name="viewport" content="width=device-width,initial-scale=1,viewport-fit=cover">

4
themes/anatole/static/css/style.css

@ -149,7 +149,7 @@ a:hover, a:active {
left:30%; left:30%;
height: 100%; height: 100%;
float: right; float: right;
width: 70%;
width: 80%;
margin-top: 60px; margin-top: 60px;
overflow:auto; overflow:auto;
-ms-overflow-style:none; -ms-overflow-style:none;
@ -773,7 +773,7 @@ a.btn {
} }
.about, .post{ .about, .post{
width:90%;
width:95%;
margin-left:15px; margin-left:15px;
} }
.footer { .footer {