Skip to content
This repository was archived by the owner on Nov 2, 2023. It is now read-only.

Commit 4c4721a

Browse files
committed
modified advert positition and media query
1 parent 9726922 commit 4c4721a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

assets/main.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ $content-width: 960px !default;
5656
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, Arial, sans-serif;
5757
display: flex;
5858
position: fixed;
59-
right: 30px;
59+
right: 10px;
6060
top: 90px;
6161
font-size: 12px;
6262
line-height: 1.45;
@@ -65,7 +65,7 @@ $content-width: 960px !default;
6565
border-color: #cacaca;
6666
}
6767

68-
@media (max-width: 1199.98px) {
68+
@media (max-width: 1420px) {
6969
#carbonads {
7070
display: block;
7171
position: relative;

0 commit comments

Comments
 (0)