Skip to content

Commit 0c29246

Browse files
fix mobile slider not being hidden on desktop
1 parent e276c24 commit 0c29246

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
66
<title>IC "Repair Design Project"</title>
77
<link rel="stylesheet" href="css/style.css">
8-
<link rel="stylesheet" href="css/mobile.css" media="screen and (max-width: 1000px)">
8+
<link rel="stylesheet" href="css/mobile.css">
99
<link rel="preconnect" href="https://fonts.googleapis.com">
1010
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
1111
<link href="https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&family=Yeseva+One&display=swap" rel="stylesheet">

0 commit comments

Comments
 (0)