Keep width full so taciturn types aren't shrunk
Clayton's Person teaser bio was so short that his card ended up smaller at certain mobile view modes.
This commit is contained in:
parent
89c2c4f44c
commit
a64248ba3e
1 changed files with 1 additions and 0 deletions
|
@ -11,6 +11,7 @@
|
||||||
a.card {
|
a.card {
|
||||||
display: block;
|
display: block;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
// colors
|
// colors
|
||||||
|
|
Loading…
Reference in a new issue