diff options
author | Scott Kensell <scott.kensell@prezi.com> | 2014-05-30 20:13:03 +0200 |
---|---|---|
committer | Scott Kensell <scott.kensell@prezi.com> | 2014-05-30 20:13:03 +0200 |
commit | ac9a47ed1654f0fda13ef50d206ae08d334f6825 (patch) | |
tree | 4b3d0fd237c4ef9aae259d29eb3a2a02e300d93e /SoMA2/static | |
parent | 103b14b4624ae6b9766fab880df2eaee21e2eb77 (diff) | |
download | pelican-themes-ac9a47ed1654f0fda13ef50d206ae08d334f6825.tar.gz |
Center the left menu Launchyarddetail.
Diffstat (limited to 'SoMA2/static')
-rw-r--r-- | SoMA2/static/css/main.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/SoMA2/static/css/main.css b/SoMA2/static/css/main.css index 3fd5f80..4550abb 100644 --- a/SoMA2/static/css/main.css +++ b/SoMA2/static/css/main.css @@ -84,7 +84,7 @@ ol { .LaunchyardDetail { font-size: 1.5em; position: fixed; - left: 4%; + left: 3.35%; top: 150px; width: 265px; } |