aboutsummaryrefslogtreecommitdiff
path: root/source/css/theme-wide.css
diff options
context:
space:
mode:
authorZhiming Wang <zmwangx@gmail.com>2015-07-26 21:58:01 -0700
committerZhiming Wang <zmwangx@gmail.com>2015-07-26 21:58:01 -0700
commite68048797483a3e5cc5e1dc114a80a7af8fecbb9 (patch)
treeaa475a8405fafdf553c97082a31592570a3ba3ca /source/css/theme-wide.css
parentbab5532377fec7cf2679b94701908225c1b6cc56 (diff)
downloadmy_new_personal_website-e68048797483a3e5cc5e1dc114a80a7af8fecbb9.tar.xz
my_new_personal_website-e68048797483a3e5cc5e1dc114a80a7af8fecbb9.zip
tons of logic and performance improvements
The main aim is a more logical DOM structure and more performant CSS.
Diffstat (limited to '')
-rw-r--r--source/css/theme-wide.css3
1 files changed, 1 insertions, 2 deletions
diff --git a/source/css/theme-wide.css b/source/css/theme-wide.css
index e981c014..9dfcf8fb 100644
--- a/source/css/theme-wide.css
+++ b/source/css/theme-wide.css
@@ -1,4 +1,3 @@
-article {
+.content, .content-separator, .footer {
width: 50%;
- left: 25%;
}