diff options
| author | Dym Sohin <re@dym.sh> | 2020-06-28 03:00:12 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-06-27 21:00:12 -0400 |
| commit | 895a0df74bf23fadf0cb4ee041e1463f9055eded (patch) | |
| tree | 18a2de929dbab05e3fc7152f75136e24b8db4a42 | |
| parent | 70c98bfad8ed44279146d5550160a0088cf8b17a (diff) | |
| download | xesite-895a0df74bf23fadf0cb4ee041e1463f9055eded.tar.xz xesite-895a0df74bf23fadf0cb4ee041e1463f9055eded.zip | |
tweak css for signalboost (#170)
| -rw-r--r-- | css/hack.css | 9 | ||||
| -rw-r--r-- | templates/signalboost.html | 2 |
2 files changed, 10 insertions, 1 deletions
diff --git a/css/hack.css b/css/hack.css index 16e9aa5..4afd307 100644 --- a/css/hack.css +++ b/css/hack.css @@ -789,3 +789,12 @@ select.form-control { width: 100%; } } + +.signalboost > .cell { + margin-right: 1rem; + margin-bottom: 2rem; +} +.signalboost > .cell > p { + margin-top: 0.5rem; + margin-bottom: 0.5rem; +} diff --git a/templates/signalboost.html b/templates/signalboost.html index e128867..c125447 100644 --- a/templates/signalboost.html +++ b/templates/signalboost.html @@ -17,7 +17,7 @@ <h2>People</h2> -<div class="grid"> +<div class="grid signalboost"> {{ range . }} <div class="cell -4of12 content"> <big>{{ .Name }}</big> |
