icon and images
This commit is contained in:
parent
bc818b463f
commit
adaff65a99
@ -3,6 +3,7 @@
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html;charset=utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
|
||||
<link rel="icon" href="/page-resources/wmilogo.png" type="image/png">
|
||||
<title>
|
||||
{{ block "title" . }}
|
||||
{{ .Title}}{{ if ne .Title .Site.Title }} | {{ .Site.Title }}{{ end }}
|
||||
|
@ -38,7 +38,7 @@ h4 {
|
||||
}
|
||||
|
||||
img{
|
||||
max-width: 50rem;
|
||||
max-width: 100%;
|
||||
height: auto;
|
||||
}
|
||||
|
||||
@ -216,9 +216,10 @@ a:hover {
|
||||
.navbar {
|
||||
display: none;
|
||||
}
|
||||
/* img {
|
||||
max-width: screen-width;
|
||||
}*/
|
||||
img {
|
||||
max-width: 50rem;
|
||||
height: auto;
|
||||
}
|
||||
}
|
||||
/*
|
||||
@media (min-width: 1800) {
|
||||
|
Loading…
Reference in New Issue
Block a user