Skip to content

Commit 42b137f

Browse files
committed
refactor: remove the computer monitor background image since it feels outdated
1 parent 532753a commit 42b137f

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

assets/sass/front-page.scss

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,6 @@ $monitor-height: 271px;
127127
}
128128

129129
.monitor {
130-
@include background-image-2x($baseurl + "images/monitor-default", $monitor-width, $monitor-height);
131130
width: $monitor-width - 40;
132131
height: $monitor-height - 45;
133132
padding-top: 45px;
@@ -181,22 +180,6 @@ $monitor-height: 271px;
181180
background-image: linear-gradient(#1a7e84, #165b60);
182181
}
183182
}
184-
185-
&.mac {
186-
@include background-image-2x($baseurl + "images/monitor-mac", $monitor-width, $monitor-height);
187-
width: $monitor-width - 40;
188-
height: $monitor-height - 36;
189-
padding-top: 36px;
190-
padding-left: 40px;
191-
}
192-
193-
&.windows {
194-
@include background-image-2x($baseurl + "images/monitor-windows", $monitor-width, $monitor-height);
195-
}
196-
197-
&.linux {
198-
@include background-image-2x($baseurl + "images/monitor-linux", $monitor-width, $monitor-height);
199-
}
200183
}
201184

202185
@property --floor {

0 commit comments

Comments
 (0)