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>
<title> {{.Site.Params.author}} | {{.Title}} </title>
<title> {{.Title}} </title>
<meta charset="utf-8">
{{- hugo.Generator -}}
<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%;
height: 100%;
float: right;
width: 70%;
width: 80%;
margin-top: 60px;
overflow:auto;
-ms-overflow-style:none;
@ -773,7 +773,7 @@ a.btn {
}
.about, .post{
width:90%;
width:95%;
margin-left:15px;
}
.footer {