diff options
| author | makitso <makitso@gmail.com> | 2017-09-26 08:53:29 -0700 |
|---|---|---|
| committer | makitso <makitso@gmail.com> | 2017-09-26 08:53:29 -0700 |
| commit | 1edaa2fc1369c53ab74b7a903483e598bb416514 (patch) | |
| tree | fbe470a168829766929a9877fac45f37fe411e94 /themes/_common/css-2.0.0/style.css | |
| parent | 74af975854d44919a4b3e5ffb6a674d945087d53 (diff) | |
| download | webtrees-1edaa2fc1369c53ab74b7a903483e598bb416514.tar.gz webtrees-1edaa2fc1369c53ab74b7a903483e598bb416514.tar.bz2 webtrees-1edaa2fc1369c53ab74b7a903483e598bb416514.zip | |
Another update to adding flex to individuals and family lists
Diffstat (limited to 'themes/_common/css-2.0.0/style.css')
| -rwxr-xr-x | themes/_common/css-2.0.0/style.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/themes/_common/css-2.0.0/style.css b/themes/_common/css-2.0.0/style.css index 7c7dbd4a43..d828632642 100755 --- a/themes/_common/css-2.0.0/style.css +++ b/themes/_common/css-2.0.0/style.css @@ -82,7 +82,7 @@ .wt-site-title { } -.wt-page-options-individual-list, .wt-page-options-family-list { +.wt-page-options-individual-list, .wt-page-options-family-list, .wt-page-content { padding: 1rem 0; display: flex; flex-direction: column; @@ -640,7 +640,7 @@ fieldset.row > legend, fieldset.row > div { } @media (max-width: 500px) { - .wt-page-options-individual-list, .wt-page-options-family-list { + .wt-page-options-individual-list, .wt-page-options-family-list, .wt-page-content { align-items: left; } .wt-main-container .row { |
