From f00c0892411d9cfb25023a77d507b1fd9ba176f2 Mon Sep 17 00:00:00 2001 From: Rohan Verma Date: Wed, 24 Apr 2019 19:10:07 +0530 Subject: [PATCH] minor design changes --- assets/css/custom.css | 18 ++++++++++++++++++ config.toml | 2 +- layouts/partials/head/favicon.html | 1 + 3 files changed, 20 insertions(+), 1 deletion(-) diff --git a/assets/css/custom.css b/assets/css/custom.css index 1a50d43..f154ed1 100644 --- a/assets/css/custom.css +++ b/assets/css/custom.css @@ -2,6 +2,24 @@ body { background: #fffcf5; } +@media screen and (min-width: 1615px) { + #disqus_thread{ + position: absolute; + top:50px; + right: 10px; + width: calc(100rem - 75rem); + } +} + + +.hack, .hack blockquote, .hack code, .hack em, .hack h1, .hack h2, .hack h3, .hack h4, .hack h5, .hack h6, .hack strong { + font-family: 'Roboto Mono', monospace; +} + +.hack { + font-family: "Roboto Slab", serif; +} + a[rel*="external"]::after { content: " " url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20class='i-external'%20viewBox='0%200%2032%2032'%20width='14'%20height='14'%20fill='none'%20stroke='%23ff9800'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='9.38%'%3E%3Cpath%20d='M14%209%20L3%209%203%2029%2023%2029%2023%2018%20M18%204%20L28%204%2028%2014%20M28%204%20L14%2018'/%3E%3C/svg%3E"); } diff --git a/config.toml b/config.toml index 5c3bade..ceecb47 100644 --- a/config.toml +++ b/config.toml @@ -21,7 +21,7 @@ sectionPagesMenu = "main" # Enable menu system for lazy bloggers footnoteReturnLinkContents = "↩" # Provides a nicer footnote return link [params] - description = "Todo" # Suggested, controls default description meta + description = "My Website" # Suggested, controls default description meta author = "Rohan Verma" # Optional, controls author name display on posts hide_author = false # Optional, set true to hide author name on posts has_cookies = false # Optional, set true to disable cookie disclaimer diff --git a/layouts/partials/head/favicon.html b/layouts/partials/head/favicon.html index 9804ef4..ec6f911 100644 --- a/layouts/partials/head/favicon.html +++ b/layouts/partials/head/favicon.html @@ -1 +1,2 @@ + \ No newline at end of file