Skip to content

Commit

Permalink
Revert "läppäri näyttö fix"
Browse files Browse the repository at this point in the history
This reverts commit 860cb97.
  • Loading branch information
ArttuKuikka committed Jul 19, 2023
1 parent 860cb97 commit 982b82e
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Views/IG/Index.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
.viikkotxt {
position: fixed;
top: -50px;
top: -20px;
left: 10px;
z-index: 3;
font-size: 12em;
Expand All @@ -31,7 +31,7 @@
.viikkonpaivattxt {
position: fixed;
top: 30px;
top: 60px;
left: 220px;
z-index: 3;
font-size: 1.8em;
Expand All @@ -41,7 +41,7 @@
.ruokatekstit {
position: fixed;
top: 145px;
top: 175px;
left: 380px;
z-index: 4;
font-size: 3.2em;
Expand All @@ -56,27 +56,27 @@
}
.maanantai {
top: 100px;
top: 130px;
left: 385px;
}
.tiistai {
top: 240px;
top: 300px;
left: 385px;
}
.keskiviikko {
top: 440px;
top: 470px;
left: 385px;
}
.torstai {
top: 630px;
top: 660px;
left: 385px;
}
.perjantai {
top: 830px;
top: 860px;
left: 385px;
}
</style>
Expand Down

0 comments on commit 982b82e

Please sign in to comment.