josesalazar2025 commited on
Commit
18c7aa5
·
1 Parent(s): cfed467

Update CSS from IDE edits and bump cache version to v=3

Browse files
Files changed (2) hide show
  1. css/styles.css +0 -1
  2. index.html +1 -1
css/styles.css CHANGED
@@ -2190,7 +2190,6 @@ main {
2190
  }
2191
 
2192
  /* Modal*/
2193
-
2194
  .modal-auth {
2195
  position: fixed;
2196
  top: 50%;
 
2190
  }
2191
 
2192
  /* Modal*/
 
2193
  .modal-auth {
2194
  position: fixed;
2195
  top: 50%;
index.html CHANGED
@@ -17,7 +17,7 @@
17
  <link rel="preload" href="assets/fonts/JetBrains_Mono/JetBrainsMono-VariableFont_wght.ttf" as="font" type="font/ttf" crossorigin>
18
 
19
  <link rel="icon" href="assets/icons/favicon.ico">
20
- <link rel="stylesheet" href="css/styles.css?v=2">
21
  </head>
22
  <body>
23
 
 
17
  <link rel="preload" href="assets/fonts/JetBrains_Mono/JetBrainsMono-VariableFont_wght.ttf" as="font" type="font/ttf" crossorigin>
18
 
19
  <link rel="icon" href="assets/icons/favicon.ico">
20
+ <link rel="stylesheet" href="css/styles.css?v=3">
21
  </head>
22
  <body>
23