forked from cadey/xesite
tweak css for signalboost (#170)
This commit is contained in:
parent
70c98bfad8
commit
895a0df74b
|
@ -789,3 +789,12 @@ select.form-control {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.signalboost > .cell {
|
||||||
|
margin-right: 1rem;
|
||||||
|
margin-bottom: 2rem;
|
||||||
|
}
|
||||||
|
.signalboost > .cell > p {
|
||||||
|
margin-top: 0.5rem;
|
||||||
|
margin-bottom: 0.5rem;
|
||||||
|
}
|
||||||
|
|
|
@ -17,7 +17,7 @@
|
||||||
|
|
||||||
<h2>People</h2>
|
<h2>People</h2>
|
||||||
|
|
||||||
<div class="grid">
|
<div class="grid signalboost">
|
||||||
{{ range . }}
|
{{ range . }}
|
||||||
<div class="cell -4of12 content">
|
<div class="cell -4of12 content">
|
||||||
<big>{{ .Name }}</big>
|
<big>{{ .Name }}</big>
|
||||||
|
|
Loading…
Reference in New Issue