Skip to content

Commit

Permalink
💄 add background image
Browse files Browse the repository at this point in the history
  • Loading branch information
krmax44 committed Jan 13, 2025
1 parent 340097d commit 7b7c13b
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 2 deletions.
20 changes: 20 additions & 0 deletions src/assets/bg.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 3 additions & 1 deletion src/assets/style.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
body {
font-feature-settings: 'cv05', 'cv07', 'ss03';
background-image: url('./bg.svg');
background-size: 105%;
background-repeat: no-repeat;
}

.btn {
Expand Down
2 changes: 1 addition & 1 deletion src/layouts/Layout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import logo from '../assets/fragdenstaat.svg'
<!-- <link rel="icon" type="image/svg+xml" href="/favicon.svg" /> -->
<title>Real-O-Mat</title>
</head>
<body class="bg-blue-100 flex flex-col min-h-screen">
<body class="bg-blue-50 flex flex-col min-h-screen">
<header class="container mx-auto py-12 px-4">
<h1 class="text-6xl font-extrabold mb-1">Real-O-Mat</h1>
<span class="text-xl font-medium text-blue-800">
Expand Down

0 comments on commit 7b7c13b

Please sign in to comment.