changed the style of the website
This commit is contained in:
parent
dc99bdcab5
commit
8daaeacd2b
7 changed files with 13 additions and 14 deletions
|
|
@ -11,5 +11,4 @@
|
|||
@import url('https://fonts.googleapis.com/css2?family=Press+Start+2P');
|
||||
</style>
|
||||
</head>
|
||||
<body class="h-full">
|
||||
<div class="min-h-full">
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
<div class="px-6 pt-6 lg:px-8 mb-5">
|
||||
<body class="h-full">
|
||||
<div class="min-h-full" style="background-color: #3f3035;">
|
||||
<div class="px-6 pt-6 lg:px-8 mb-5" >
|
||||
<div>
|
||||
<nav class="flex h-9 items-center justify-between" aria-label="Global">
|
||||
<nav class="flex h-9 items-center justify-between" aria-label="Global" style="background-color: #3f3035;">
|
||||
<div class="flex lg:min-w-0 lg:flex-1" aria-label="Global">
|
||||
<a href="/" class="<?= urlIs("/") ?> -m-1.5 p-1.5">
|
||||
<span class="sr-only">Your Company</span>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue