Skip to content

Commit 083bc02

Browse files
author
Guillermo Moraleda
committed
Unify desktop and mobile background colors
1 parent 110aa45 commit 083bc02

2 files changed

Lines changed: 1 addition & 4 deletions

File tree

_sass/_base.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
}
66

77
body {
8-
background-color: var(--bg-color);
8+
background-color: var(--bg-color-cv);
99
font-size: 18px;
1010
}
1111

_sass/responsive.scss

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
11
@media screen and (max-width: 1024px) {
2-
body {
3-
background-color: var(--bg-color-cv);
4-
}
52
.container {
63
// padding:0;
74
// margin:0;

0 commit comments

Comments
 (0)