diff --git a/sass/custom/_paulus.scss b/sass/custom/_paulus.scss index b5445e0bd51..6efc4c17a18 100644 --- a/sass/custom/_paulus.scss +++ b/sass/custom/_paulus.scss @@ -33,6 +33,49 @@ } } +.material-card { + // display: inline-block; + background-color: #fefefe; + border-radius: 2px; + box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14),0 1px 5px 0 rgba(0,0,0,0.12),0 3px 1px -2px rgba(0,0,0,0.2); + + h1 { + font-family: Roboto, Noto, sans-serif; + -webkit-font-smoothing: antialiased; + font-size: 24px; + font-weight: 400; + letter-spacing: -.012em; + line-height: 40px; + color: #212121; + padding: 20px 16px 12px; + text-transform: capitalize; + margin: 0; + } + + &.text { + padding: 16px; + + h1 { + padding: 4px 0px 12px; + } + } +} + +.frontpage { + + .current-version { + margin-bottom: 16px; + + .release-date { + white-space: nowrap; + } + } + + .blog-date { + white-space: nowrap; + } +} + .supported-brands { text-align: center; img { diff --git a/source/index.html b/source/index.html index 4f314154770..112f12eea78 100644 --- a/source/index.html +++ b/source/index.html @@ -12,6 +12,28 @@ hide_github_edit: true ---