소스 검색

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';

Loading…
취소
저장