Added Media Query and mobile.css

This commit is contained in:
Michael 2025-02-28 07:55:23 -05:00
parent 444196e2f4
commit 2f3755d721
2 changed files with 2 additions and 1 deletions

0
css/mobile.css Normal file
View file

View file

@ -3,7 +3,8 @@
<html lang="en">
<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>
<head>