mirror of
https://github.com/th30d4y/ExecuTrace.git
synced 2026-05-26 11:35:51 +00:00
Website: force latest full-width CSS and cache-bust stylesheet
This commit is contained in:
@@ -11,6 +11,13 @@
|
|||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
html,
|
||||||
|
body {
|
||||||
|
width: 100%;
|
||||||
|
max-width: 100%;
|
||||||
|
overflow-x: hidden;
|
||||||
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
min-height: 100svh;
|
min-height: 100svh;
|
||||||
|
|||||||
+1
-1
@@ -5,7 +5,7 @@
|
|||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
<meta name="description" content="ExecuTrace Documentation and Hall of Fame" />
|
<meta name="description" content="ExecuTrace Documentation and Hall of Fame" />
|
||||||
<title>ExecuTrace // Open Source Docs</title>
|
<title>ExecuTrace // Open Source Docs</title>
|
||||||
<link rel="stylesheet" href="assets/style.css" />
|
<link rel="stylesheet" href="assets/style.css?v=20260406-fullwidth" />
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="grain"></div>
|
<div class="grain"></div>
|
||||||
|
|||||||
Reference in New Issue
Block a user