Added Media Query and mobile.css
This commit is contained in:
parent
444196e2f4
commit
2f3755d721
0
css/mobile.css
Normal file
0
css/mobile.css
Normal file
|
|
@ -3,7 +3,8 @@
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
<link rel="stylesheet" href="../css/home.css">
|
<link rel="stylesheet" media="screen and (max-width: 480px)" href="../css/mobile.css">
|
||||||
|
<link rel="stylesheet" media="screen and (min-width: 481px)" href="../css/home.css">
|
||||||
<script src="https://unpkg.com/htmx.org@2.0.4"></script>
|
<script src="https://unpkg.com/htmx.org@2.0.4"></script>
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue