Compare commits

...

2 commits

2 changed files with 56 additions and 51 deletions

View file

@ -1,7 +1,6 @@
{
"alejandra.program": "alejandra",
"nix.serverPath": "nil",
"nix.enableLanguageServer": true,
"editor.linkedEditing": true,
"editor.formatOnSave": true,
"files.associations": {
"flake.lock": "json"
},
@ -18,5 +17,7 @@
"editor.tabSize": 2,
"editor.codeLens": true
},
"editor.linkedEditing": true,
"alejandra.program": "alejandra",
"nix.serverPath": "nil",
"nix.enableLanguageServer": true
}

View file

@ -16,6 +16,8 @@
<link rel="stylesheet" href="./css/srx.css">
</head>
<body>
<main>
<article>
<div class="relative overflow-hidden bg-white">
<div class="pb-80 pt-16 sm:pb-40 sm:pt-24 lg:pb-48 lg:pt-40">
<div class="relative mx-auto max-w-7xl px-4 sm:static sm:px-6 lg:px-8">
@ -71,5 +73,7 @@
</div>
</div>
</div>
</article>
</main>
</body>
</html>