Skip to content

Commit

Permalink
nothing to commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabscg committed May 7, 2024
1 parent 6c31f17 commit f288d4e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
5 changes: 2 additions & 3 deletions .firebase/hosting.cHVibGlj.cache
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,9 @@ assets/img/pizza.jpeg,1712319580617,3b93eb94042bcd723a112a7db4c7933acb72e3a55516
assets/img/pizza_slice.jpg,1714001121980,59f4ce8e3878b26434fc2a0b4f6123455238066f1da60cf10b612a7b86db864f
assets/img/spaguetti-noodles.jpeg,1700953826757,964d8a52a89719bb05e57bf39509bc793b450e9c07d2b3ccf70aa983dec82cab
assets/img/special-lanterna.jpeg,1703956483741,2f847b32990f59ad24b12e6469958dc16c8e3dfca662db18b8b3bc3e63250a21
assets/img/special_lanterna.jpeg,1708051602722,c1e7d13c61f15709bae1352f526af488c061220faaeda3a514ca99a12a3719ba
assets/img/specials-background.jpeg,1700433650808,253c2e2ed0c7b8677663d74af84bbe59fff8864ab7110aca18784231930ddf6a
assets/img/tomato.png,1700433650808,d2cced917bbe44711ebe858aca91a07a752baed8b3785dfdd6ecd25477144cc5
assets/img/tomatoes.jpeg,1708053417878,7eacbc5b4f7c8c5f199bd7f746df85ccda7ec53bac765e1aa4d6138a4c3d853b
assets/img/tortellini.jpeg,1700953770228,410738be8d7b5da974060d350ab440f74ffd094eb208a70e5cf432bc5aec9030
specials.html,1714001962182,55b2fcf4980de66378e63ab05a78c688e165c3b22dfe7739316f9b9aa19ebd7c
style.css,1714001965723,843edbc116f33ae4d40f4a6ccbc32ee600af23fa1d89daeaadb5343677516c80
specials.html,1714571444389,5f199f9bac43fd57912eb3535d9ee13bae3f2df745eb3ff90b1ff4969c592b9d
style.css,1714571982855,843edbc116f33ae4d40f4a6ccbc32ee600af23fa1d89daeaadb5343677516c80
4 changes: 2 additions & 2 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -468,10 +468,10 @@ <h2 class="openingHours-title text-center">Opening Hours</h2>
<th class="schedule">Monday<span>12:00-8pm</span></th>
</tr>
<tr>
<th class="schedule bg-dark">Tuesday<span>CLOSED</span></th>
<th class="schedule bg-danger">Tuesday<span>CLOSED</span></th>
</tr>
<tr>
<th class="schedule">Wednesday<span>CLOSED</span></th>
<th class="schedule">Wednesday<span>4pm-8pm</span></th>
</tr>
<tr>
<th class="schedule bg-dark">Thursday<span>4pm-8pm</span></th>
Expand Down
8 changes: 5 additions & 3 deletions public/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -430,6 +430,7 @@ footer {
.second-footer {
background-color: black;
margin-bottom: 0;
position: absolute;
}

.nav-specials {
Expand All @@ -442,9 +443,9 @@ footer {
background-size: cover;
background-repeat: no-repeat;
margin-top: 120px;
height: auto;
width: 100%;
height: 100%;
z-index:-2;
position:absolute;
background-attachment: fixed;
}
.specials-img{
Expand Down Expand Up @@ -548,6 +549,7 @@ footer {
}

.second-footer {
position:sticky;
margin-bottom: 0;
padding-bottom: 0;
}
Expand Down Expand Up @@ -602,7 +604,7 @@ footer {
}

.copyright {
display: inline-block;
display: grid;
}

footer {
Expand Down

0 comments on commit f288d4e

Please sign in to comment.