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

github.com/EmielH/hallo-hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmiel Hollander <EmielH@users.noreply.github.com>2018-11-20 22:55:43 +0300
committerGitHub <noreply@github.com>2018-11-20 22:55:43 +0300
commit11d6e14bfd3bad191bcc4fb2ff9057a931f956db (patch)
tree13a6f6da59866beb65f10a7a97eaff19254b2313 /resources
parent62302f125bbd18ad2f18f99b5fca867fd26ba3a9 (diff)
Improve responsive layout
Diffstat (limited to 'resources')
-rw-r--r--resources/_gen/assets/scss/scss/hallo.scss_33d66d0b5f8b04b1d41c1da7ba50ddae.content2
-rw-r--r--resources/_gen/assets/scss/scss/hallo.scss_5ad6f408b0e3e473c748aac88af0ea18.content68
-rw-r--r--resources/_gen/assets/scss/scss/hallo.scss_5ad6f408b0e3e473c748aac88af0ea18.json1
3 files changed, 1 insertions, 70 deletions
diff --git a/resources/_gen/assets/scss/scss/hallo.scss_33d66d0b5f8b04b1d41c1da7ba50ddae.content b/resources/_gen/assets/scss/scss/hallo.scss_33d66d0b5f8b04b1d41c1da7ba50ddae.content
index aab9c38..07238d3 100644
--- a/resources/_gen/assets/scss/scss/hallo.scss_33d66d0b5f8b04b1d41c1da7ba50ddae.content
+++ b/resources/_gen/assets/scss/scss/hallo.scss_33d66d0b5f8b04b1d41c1da7ba50ddae.content
@@ -1 +1 @@
-html,body{color:#fff;margin:1rem;padding:0}html{font-family:Montserrat,"Helvetica Neue","Segoe UI",Helvetica,Arial,sans-serif;font-size:16px;overflow-y:auto}@media (min-width: 600px){html{font-size:18px}}body{background-color:#6fcdbd}a{-webkit-transition:color 0.2s ease-out;-moz-transition:color 0.2s ease-out;transition:color 0.2s ease-out;color:#fff}a:hover{color:#333}h1{font-size:9rem}h2{font-size:3rem;font-weight:normal}img.portrait{border-radius:50%;border:10px solid #fff;margin:2em 3em;width:300px;height:300px}.column{flex:1}main{display:flex;margin-top:20vh}main .column.left{text-align:end}main .column.right h1{margin-left:-10px;margin-bottom:0.4em}main .column.right h2{margin-left:-4px;margin-top:0}main .column.right .links{margin-top:2.5rem;font-size:1.5rem}main .column.right .links a{margin-right:0.5rem;text-decoration:none}footer{display:flex;margin-top:3rem;font-size:0.75rem}
+html,body{color:#fff;margin:1rem;padding:0}html{font-family:Montserrat,"Helvetica Neue","Segoe UI",Helvetica,Arial,sans-serif;font-size:16px;overflow-y:auto}body{background-color:#6fcdbd}a{-webkit-transition:color 0.2s ease-out;-moz-transition:color 0.2s ease-out;transition:color 0.2s ease-out;color:#fff}a:hover{color:#333}h1{font-size:9rem}h2{font-size:3rem;font-weight:normal}img.portrait{border-radius:50%;border:10px solid #fff;margin:2em 3em;width:300px;height:300px}.column{flex:1}main{display:flex;margin-top:20vh}main .column.left{text-align:end}main .column.right h1{margin-left:-10px;margin-bottom:0.4em}main .column.right h2{margin-left:-4px;margin-top:0}main .column.right .links{margin-top:2.5rem;font-size:1.5rem}main .column.right .links a{margin-right:0.5rem;text-decoration:none}@media screen and (max-width: 980px){main{display:block;margin-top:0}main .column.left{text-align:center}main .column.right h1{margin-top:0}}footer{display:flex;margin-top:3rem;font-size:0.75rem}@media screen and (max-width: 980px){footer{display:block}}
diff --git a/resources/_gen/assets/scss/scss/hallo.scss_5ad6f408b0e3e473c748aac88af0ea18.content b/resources/_gen/assets/scss/scss/hallo.scss_5ad6f408b0e3e473c748aac88af0ea18.content
deleted file mode 100644
index 350a7df..0000000
--- a/resources/_gen/assets/scss/scss/hallo.scss_5ad6f408b0e3e473c748aac88af0ea18.content
+++ /dev/null
@@ -1,68 +0,0 @@
-html,
-body {
- color: #fff;
- margin: 1rem;
- padding: 0; }
-
-html {
- font-family: Montserrat, "Helvetica Neue", "Segoe UI", Helvetica, Arial, sans-serif;
- font-size: 16px;
- overflow-y: auto; }
- @media (min-width: 600px) {
- html {
- font-size: 18px; } }
-
-body {
- background-color: #6fcdbd; }
-
-a {
- -webkit-transition: color 0.2s ease-out;
- -moz-transition: color 0.2s ease-out;
- transition: color 0.2s ease-out;
- color: #fff; }
- a:hover {
- color: #333; }
-
-h1 {
- font-size: 9rem; }
-
-h2 {
- font-size: 3rem;
- font-weight: normal; }
-
-img.portrait {
- border-radius: 50%;
- border: 10px solid #fff;
- margin: 2em 3em;
- width: 300px;
- height: 300px; }
-
-.column {
- flex: 1; }
-
-main {
- display: flex;
- margin-top: 20vh; }
- main .column.left {
- text-align: end; }
- main .column.right h1 {
- margin-left: -10px;
- /* Correction for margin of leftmost character. */
- margin-bottom: 0.4em; }
- main .column.right h2 {
- margin-left: -4px;
- /* Correction for margin of leftmost character. */
- margin-top: 0; }
- main .column.right .links {
- margin-top: 2.5rem;
- font-size: 1.5rem; }
- main .column.right .links a {
- margin-right: 0.5rem;
- text-decoration: none; }
-
-footer {
- display: flex;
- margin-top: 3rem;
- font-size: 0.75rem; }
-
-/*# sourceMappingURL=style.css.map */ \ No newline at end of file
diff --git a/resources/_gen/assets/scss/scss/hallo.scss_5ad6f408b0e3e473c748aac88af0ea18.json b/resources/_gen/assets/scss/scss/hallo.scss_5ad6f408b0e3e473c748aac88af0ea18.json
deleted file mode 100644
index 28c014b..0000000
--- a/resources/_gen/assets/scss/scss/hallo.scss_5ad6f408b0e3e473c748aac88af0ea18.json
+++ /dev/null
@@ -1 +0,0 @@
-{"Target":"css/style.css","MediaType":"text/css","Data":{}} \ No newline at end of file