浏览代码

fix: move commento to the right on bigger screens

pull/7/head
Rohan Verma 6 年前
父节点
当前提交
11bde07640
共有 1 个文件被更改,包括 9 次插入0 次删除
  1. +9
    -0
      assets/css/custom.css

+ 9
- 0
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';

正在加载...
取消
保存