diff --git a/build/css/styles.css b/build/css/styles.css index a483a74..dbcf3a2 100644 --- a/build/css/styles.css +++ b/build/css/styles.css @@ -169,7 +169,15 @@ article { padding: 1rem 0; } -header, +header { + /* header global */ + clear: both; + width: 100%; + height: 70px; + overflow: auto; + background-color: rgb(56, 143, 61); +} + footer { /* footer global */ clear: both; @@ -177,6 +185,8 @@ footer { height: 70px; overflow: auto; background-color: rgb(214, 4, 4); + position: fixed; + /* left: 310px; */ } footer { diff --git a/build/rss.xml b/build/rss.xml index c63aabe..b848abf 100644 --- a/build/rss.xml +++ b/build/rss.xml @@ -1,4 +1,4 @@ -<![CDATA[dashdevs-suite]]>http://127.0.0.1metalsmith-feedWed, 04 Mar 2020 13:15:23 GMT<![CDATA[Articles]]> +<![CDATA[dashdevs-suite]]>http://127.0.0.1metalsmith-feedWed, 04 Mar 2020 13:44:28 GMT<![CDATA[Articles]]> diff --git a/build/sitemap.xml b/build/sitemap.xml index e0aa63e..42a2bf3 100644 --- a/build/sitemap.xml +++ b/build/sitemap.xml @@ -1,12 +1,12 @@ http://127.0.0.1/ 1.0 + http://127.0.0.1/contact/ 0.7 http://127.0.0.1/article/future/ http://127.0.0.1/article/gotchas/ http://127.0.0.1/article/gulp/ http://127.0.0.1/article/ 0.8 http://127.0.0.1/article/usage/ - http://127.0.0.1/contact/ 0.7 http://127.0.0.1/start/build/ 0.5 http://127.0.0.1/start/ 0.9 http://127.0.0.1/start/installation/ 0.5 diff --git a/src/assets/css/styles.css b/src/assets/css/styles.css index a483a74..dbcf3a2 100644 --- a/src/assets/css/styles.css +++ b/src/assets/css/styles.css @@ -169,7 +169,15 @@ article { padding: 1rem 0; } -header, +header { + /* header global */ + clear: both; + width: 100%; + height: 70px; + overflow: auto; + background-color: rgb(56, 143, 61); +} + footer { /* footer global */ clear: both; @@ -177,6 +185,8 @@ footer { height: 70px; overflow: auto; background-color: rgb(214, 4, 4); + position: fixed; + /* left: 310px; */ } footer {