Skip to content

Commit

Permalink
Merge pull request #70 from selmarosine/hugos
Browse files Browse the repository at this point in the history
fixed images
  • Loading branch information
hugosandsjo authored Dec 13, 2023
2 parents 42fdf37 + f002495 commit 96d95ac
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Binary file modified assets/parasite.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 5 additions & 5 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
body {
font-family: "Sometype Mono", monospace;
color: white;
background-color: #5d59ff;
background-color: var(--purple);
padding: 0;
margin: 0;
font-size: 16px;
Expand Down Expand Up @@ -49,7 +49,7 @@ a:active {
.hero {
position: absolute;
top: 0;
background-color: #f5f5f5;
background-color: var(--pinkSoft);
height: 100vh;
width: 100%;
background-image: url("assets/hero.png");
Expand Down Expand Up @@ -152,7 +152,7 @@ button {

.aktuellt {
position: relative;
background-color: #5d59ff;
background-color: var(--purple);
width: 100%;
margin-top: 83vh;
padding: 0rem 0rem 5rem 0rem;
Expand Down Expand Up @@ -206,7 +206,7 @@ button {
}

.kommande {
background-color: #ff857a;
background-color: var(--pinkBold);
/* display: flex; */
flex-direction: column;
align-items: center;
Expand Down Expand Up @@ -283,7 +283,7 @@ button {
footer {
display: flex;
width: 100%;
background-color: black;
background-color: var(--black);
justify-content: space-between;
padding: 2rem 4rem;
}
Expand Down

0 comments on commit 96d95ac

Please sign in to comment.