diff --git a/brutaldon/static/css/brutal-css.css b/brutaldon/static/css/brutal-css.css index e44a1ae..6329fec 100644 --- a/brutaldon/static/css/brutal-css.css +++ b/brutaldon/static/css/brutal-css.css @@ -1,3 +1,13 @@ img.avatar { - height: 90px; + height: 3rem; +} + +h3 { + margin-top: 1rem; + margin-bottom: 1rem; +} + +figure > p { + margin-top: 0rem; + margin-bottom: 0rem; } diff --git a/brutaldon/static/css/brutaldon.css b/brutaldon/static/css/brutaldon.css index 75ccb35..98d4d27 100644 --- a/brutaldon/static/css/brutaldon.css +++ b/brutaldon/static/css/brutaldon.css @@ -235,3 +235,7 @@ div.poll { { margin-top: 0; } +button > a { + color: white; +} + diff --git a/brutaldon/static/css/simple.css b/brutaldon/static/css/simple.css index 984203c..23b85a7 100644 --- a/brutaldon/static/css/simple.css +++ b/brutaldon/static/css/simple.css @@ -73,12 +73,16 @@ body { background-color: var(--bg); font-size: 1.15rem; line-height: 1.5; + /* display: flex; */ + /* flex-direction: column; */ + /* max-width: 50rem; */ + /* justify-content: center; */ display: grid; grid-template-columns: 1fr min(45rem, 90%) 1fr; margin: 0; } body > * { - grid-column: 2; + /* grid-column: 2; */ } /* Make the header bg full width, but the content inline with body */ @@ -87,7 +91,7 @@ body > header { border-bottom: 1px solid var(--border); text-align: center; padding: 0 0.5rem 2rem 0.5rem; - grid-column: 1 / -1; + /* grid-column: 1 / -1; */ } body > header > *:only-child { @@ -130,7 +134,6 @@ h2 { h3 { font-size: 2rem; - margin-top: 3rem; } h4 { @@ -262,7 +265,7 @@ header > nav ol { align-content: space-around; align-items: center; display: flex; - flex-direction: row; + flex-direction: column; flex-wrap: wrap; justify-content: center; list-style-type: none; diff --git a/brutaldon/templates/base.html b/brutaldon/templates/base.html index 6b9f070..48c0f1f 100644 --- a/brutaldon/templates/base.html +++ b/brutaldon/templates/base.html @@ -30,7 +30,7 @@ - + {% if not preferences %}
- - + +- Brutaldon is totally a thing. + Brutaldon is a brutalist minimal client for Mastodon.
{% endblock %} @@ -188,5 +202,7 @@ {% endblock %} {% endif %} + +