We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61c0f44 commit dda45b2Copy full SHA for dda45b2
assets/sass/main.scss
@@ -16,8 +16,9 @@ body {
16
.banner {
17
text-align: center;
18
font-weight: bold;
19
- td img {
20
- height: 150px;
+ img {
+ max-width: 100%;
21
+ height: auto;
22
}
23
24
big {
layouts/partials/banner.html
@@ -7,21 +7,6 @@
7
<small>... one iteration at a time... </small>
8
{{- end -}}
9
<div class="banner">
10
- {{- if eq .Kind "home" }}
11
{{ partial "logo.html" . }}
12
{{ partial "subtitle.html" . }}
13
- {{- else }}
14
- <table style="width: 100%">
15
- <tbody>
- <tr>
- <td>
- {{ partial "logo.html" . }}
- </td>
- {{ partial "subtitle.html" . }}
- </tr>
- </tbody>
25
- </table>
26
- {{- end }}
27
</div>{{ if eq .Kind "home" }}<hr />{{ end }}
0 commit comments