Skip to content

Commit

Permalink
Added viewport tag
Browse files Browse the repository at this point in the history
  • Loading branch information
bogosorter committed Aug 6, 2024
1 parent 27380c2 commit caea0ce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<link rel="stylesheet" type="text/css" href="./styles.css">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
<link rel="icon" href="./images/icon.png">
<meta name="viewport" content="width=device-width, initial-scale=1" />
</head>
<body>
<nav id="navbar" class="navbar navbar-expand-lg navbar-light theme-light fixed-top">
Expand Down

0 comments on commit caea0ce

Please sign in to comment.