Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/qqhann/hugo-primer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorqiugits <qiu.gits@gmail.com>2018-06-23 17:27:21 +0300
committerqiugits <qiu.gits@gmail.com>2018-06-23 17:27:21 +0300
commit31658d99ae724a4d08bbdce6419a5de2891de07f (patch)
tree58f72f19b3fe27b9c15551eb3e9e2e3cebae8319 /static
parent7dcd3beecb66698d50b0d1d52428d1cf015783e5 (diff)
Make the most of primer and remove custom css
Diffstat (limited to 'static')
-rw-r--r--static/assets/style.css26
1 files changed, 0 insertions, 26 deletions
diff --git a/static/assets/style.css b/static/assets/style.css
index a62f016..660502b 100644
--- a/static/assets/style.css
+++ b/static/assets/style.css
@@ -1,27 +1 @@
/* custom css here */
-html, body {
- width: auto;
-}
-
-/* add responsiveness to primer */
-.container {
- width: auto;
- padding-right: 16px;
- padding-left: 16px;
- margin-right: auto;
- margin-left: auto;
-}
-
-/* 768px以上 */
-@media (min-width: 768px) {
- .container {
- width: 750px;
- }
-}
-
-/* 992px以上 */
-@media (min-width: 992px) {
- .container {
- width: 970px;
- }
-}