Title

-
- -
A brass statue of a child, in a garden
-

| by Name

+
+ +
A brass statue of a child, in a garden
+

diff --git a/assets/article-page.css b/assets/article-page.css index 37be22b..3a89f35 100644 --- a/assets/article-page.css +++ b/assets/article-page.css @@ -1,3 +1,23 @@ -.mdc-typography--headline2 { - margin: 5px; +.mdc-typography--headline2, .mdc-typography--subtitle1 { + text-transform: capitalize; +} +.mdc-typography--headline2, .mdc-typography--subtitle1, figure { + margin: 5px; +} + +.main-content { + margin-left: 15%; + margin-right: 15%; +} +@media screen and (max-width: 800px) { + .main-content { + margin-left: 5%; + margin-right: 5%; + } +} +@media screen and (max-width: 600px) { + .main-content { + margin-left: 2%; + margin-right: 2%; + } } diff --git a/assets/global.css b/assets/global.css index 552b0a1..61db766 100644 --- a/assets/global.css +++ b/assets/global.css @@ -7,19 +7,6 @@ .mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label, .mdc-list-item--activated .mdc-list-item__text, .mdc-drawer .mdc-list-item--activated .mdc-list-item__graphic { color: var(--mdc-theme-primary); } -/* -.mdc-fab { - background-color: var(--mdc-theme-secondary); -} - -.mdc-text-field-container { - overflow: hidden; -} - -.mdc-text-field { - margin-top: 5px; -} -*/ body { font-family: 'Roboto', sans-serif; @@ -27,19 +14,9 @@ body { margin: 0; } -/* -.mdc-text-field-helper-text { - margin-bottom: 10px; -} -.source-code-link { - position: fixed; - bottom: 15px; - right: 25px; -} a { color: var(--mdc-theme-secondary); } -*/ .mdc-drawer-app-content { flex: auto;