Skip to content

Commit

Permalink
Merge pull request #21 from C4illin/main
Browse files Browse the repository at this point in the history
Copy css from vecka.nu
  • Loading branch information
C4illin authored Sep 18, 2023
2 parents 56d6220 + eb61f7f commit 1cca8cc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
2 changes: 1 addition & 1 deletion lasvecka-react/dev.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:17
FROM node:18

WORKDIR /app

Expand Down
2 changes: 1 addition & 1 deletion lasvecka-react/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8" />
<link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!-- <meta name="viewport" content="width=device-width, initial-scale=1" /> -->
<meta name="theme-color" content="#000000" />
<meta
name="description"
Expand Down
7 changes: 2 additions & 5 deletions lasvecka-react/src/Style/WeekDisplay.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,7 @@
font-weight: bold;
font-family: Arial, serif;
line-height: 227px;
margin-top: -110px;
margin-bottom: 0px;
margin-left: 0px;
margin-right: 0px;
height: 260px;
margin: -110px 0 0 0;
height: 220px;
color: #1c7bb7;
}

0 comments on commit 1cca8cc

Please sign in to comment.