mirror of
https://github.com/Floriansylvain/portfolio.git
synced 2026-08-19 19:53:18 +02:00
⚡️ Splitted CSS files, added media attributes on <link>s
This commit is contained in:
+3
-1
@@ -5,8 +5,10 @@
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="stylesheet-main.css">
|
||||
<link rel="stylesheet" type="text/css" href="stylesheet-essentials.css">
|
||||
<link rel="stylesheet" type="text/css" href="stylesheet-essentials-large_screen.css" media="screen and (min-width: 992px)">
|
||||
<noscript>
|
||||
<link rel="stylesheet" type="text/css" href="stylesheet-main.css">
|
||||
<link rel="stylesheet" type="text/css" href="stylesheet-imgs.css">
|
||||
</noscript>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user