Skip to content

Commit

Permalink
bug fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabscg committed Dec 22, 2023
1 parent c59a06b commit e39c95e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .firebase/hosting.cHVibGlj.cache
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ assets/img/specials-background.jpeg,1700433650808,253c2e2ed0c7b8677663d74af84bbe
assets/img/splash.png,1700433650808,c1a44dfb9da2f771b569b6adfc3e67286d1cfd9fb62e4793241ad96123d65779
assets/img/tomato.png,1700433650808,d2cced917bbe44711ebe858aca91a07a752baed8b3785dfdd6ecd25477144cc5
assets/img/tortellini.jpeg,1700953770228,410738be8d7b5da974060d350ab440f74ffd094eb208a70e5cf432bc5aec9030
style.css,1703278631329,4202c78d256342ba214ec7883049258e5456d3e6c50a139f34abba02e5d1b2a5
style.css,1703278907814,8c7d5c1f77391d4aa491bb8423791fbf66d72ee5b3a11f3e6f08407503545f81
7 changes: 3 additions & 4 deletions public/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -311,9 +311,10 @@ em {

.schedule{
padding:30px auto 30px auto !important;
display: block;
display: flex;
justify-content: space-between;
align-items: center;
font-size: 25px;
}
.d-block{
object-fit: cover;
Expand All @@ -325,8 +326,6 @@ em {

.openingHours-title {
padding-bottom: 30px;
display:table!important;

}

.closed {
Expand All @@ -337,7 +336,7 @@ em {
.holiday-hours{
padding: 20px;
margin: 20px auto;
width: 500px;
width: 100%;
text-align: center;
}

Expand Down

0 comments on commit e39c95e

Please sign in to comment.