diff options
author | Adam T. Carpenter <atc@53hor.net> | 2021-06-23 22:12:39 -0400 |
---|---|---|
committer | Adam T. Carpenter <atc@53hor.net> | 2021-06-23 22:12:39 -0400 |
commit | 470d29ca5830db6850d11298a19aa9b7ff9615d7 (patch) | |
tree | e0c5a29ea7ff519675a5c4eb34e956a515c4218c /widescreen.css | |
parent | 47352856e40e471a8ce05875fa25a0428ddb5d94 (diff) | |
download | carpentertutoring-470d29ca5830db6850d11298a19aa9b7ff9615d7.tar.xz carpentertutoring-470d29ca5830db6850d11298a19aa9b7ff9615d7.zip |
added about, updated policies, broke out header and footer, finished up
offering tiles/modals
Diffstat (limited to 'widescreen.css')
-rw-r--r-- | widescreen.css | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/widescreen.css b/widescreen.css index 38b13dc..8231129 100644 --- a/widescreen.css +++ b/widescreen.css @@ -1,7 +1,8 @@ -/* Widescreen Layout */ @media only screen and (min-width: 2000px) { -section { - padding-left: 20%; - padding-right: 20%; + section { + padding-top: 3em; + padding-bottom: 3em; + padding-left: 25%; + padding-right: 25%; + } } - |