]> _ Git - c6-wordpress.git/commitdiff
Footer adjustment + including WordPress htaccess. WIP #2684 @0:10
authornael <nael@cubedesigners.com>
Wed, 24 Apr 2019 16:43:47 +0000 (18:43 +0200)
committernael <nael@cubedesigners.com>
Wed, 24 Apr 2019 16:43:47 +0000 (18:43 +0200)
.htaccess [new file with mode: 0644]
wp-content/themes/c6/resources/assets/styles/layouts/footer.styl

diff --git a/.htaccess b/.htaccess
new file mode 100644 (file)
index 0000000..e303c53
--- /dev/null
+++ b/.htaccess
@@ -0,0 +1,12 @@
+
+# BEGIN WordPress
+<IfModule mod_rewrite.c>
+RewriteEngine On
+RewriteBase /
+RewriteRule ^index\.php$ - [L]
+RewriteCond %{REQUEST_FILENAME} !-f
+RewriteCond %{REQUEST_FILENAME} !-d
+RewriteRule . /index.php [L]
+</IfModule>
+
+# END WordPress
\ No newline at end of file
index ee0e0cca339f9df19ee477ef77512140becac4a1..8edbb672271a1c1c9f7cf9aedf87e341efd2e916 100644 (file)
@@ -129,3 +129,6 @@ $breakpoint-footer-cols-1 = 710px // When to break to 1 col view
     font-size: 14px
     opacity: 0.5
     //constrain(padding-right, 5vw) // Needed to match 5vw applied internally to footer-columns right side
+
+    +below($breakpoint-footer-cols-1)
+      text-align: center