From 11bde0764009b2be5a6d05c2101d82bf06114a2b Mon Sep 17 00:00:00 2001 From: Rohan Verma Date: Mon, 25 Nov 2019 23:56:21 +0530 Subject: [PATCH] fix: move commento to the right on bigger screens --- assets/css/custom.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/assets/css/custom.css b/assets/css/custom.css index 8a26d64..25efdde 100644 --- a/assets/css/custom.css +++ b/assets/css/custom.css @@ -3,6 +3,15 @@ dark-mode-toggle { --dark-mode-toggle-light-icon: url("/wp-content/moon.png"); } +@media screen and (min-width: 1615px) { + #commento{ + position: absolute; + top:50px; + right: 10px; + width: calc(100rem - 75rem); + } +} + @font-face { font-family: 'Inter';