icon and images
This commit is contained in:
parent
bc818b463f
commit
adaff65a99
@ -3,6 +3,7 @@
|
|||||||
<head>
|
<head>
|
||||||
<meta http-equiv="Content-Type" content="text/html;charset=utf-8">
|
<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">
|
<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>
|
<title>
|
||||||
{{ block "title" . }}
|
{{ block "title" . }}
|
||||||
{{ .Title}}{{ if ne .Title .Site.Title }} | {{ .Site.Title }}{{ end }}
|
{{ .Title}}{{ if ne .Title .Site.Title }} | {{ .Site.Title }}{{ end }}
|
||||||
|
@ -38,7 +38,7 @@ h4 {
|
|||||||
}
|
}
|
||||||
|
|
||||||
img{
|
img{
|
||||||
max-width: 50rem;
|
max-width: 100%;
|
||||||
height: auto;
|
height: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -216,9 +216,10 @@ a:hover {
|
|||||||
.navbar {
|
.navbar {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
/* img {
|
img {
|
||||||
max-width: screen-width;
|
max-width: 50rem;
|
||||||
}*/
|
height: auto;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
/*
|
/*
|
||||||
@media (min-width: 1800) {
|
@media (min-width: 1800) {
|
||||||
|
Loading…
Reference in New Issue
Block a user