fix home docs page button on mobile & tablet (#19646)

This commit is contained in:
Ihor Sychevskyi
2020-03-22 23:06:44 +02:00
committed by GitHub
parent d7e94ea4b8
commit 97849f96e3
3 changed files with 5 additions and 2 deletions
+1 -1
View File
@@ -22,7 +22,7 @@
{{- if .Params.deprecated }}
<link rel="stylesheet" href="{{ "css/deprecation-warning.css" | relURL }}">
{{- end }}
{{- if eq .Params.class "gridPage" }}
{{- if or (eq .Params.class "gridPage") (eq .Params.class "gridPage gridPageHome") }}
<link rel="stylesheet" href="{{ "css/gridpage.css" | relURL }}">
{{- end }}
{{- if eq .Params.class "training" }}