Skip to content

Commit

Permalink
improvement
Browse files Browse the repository at this point in the history
  • Loading branch information
Tripasect committed Oct 22, 2024
1 parent e49300a commit e9aee8a
Show file tree
Hide file tree
Showing 10 changed files with 194 additions and 190 deletions.
Binary file modified .DS_Store
Binary file not shown.
Binary file added img/TRI_0810.webp
Binary file not shown.
Binary file added img/TRI_0818.webp
Binary file not shown.
Binary file added img/TRI_0823.webp
Binary file not shown.
Binary file added img/TRI_0839.webp
Binary file not shown.
Binary file added img/texture-paper.webp
Binary file not shown.
176 changes: 87 additions & 89 deletions index.html

Large diffs are not rendered by default.

176 changes: 88 additions & 88 deletions menu/menu.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions sitemap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" xmlns:image="http://www.google.com/schemas/sitemap-image/1.1" xmlns:video="http://www.google.com/schemas/sitemap-video/1.1">
<url>
<loc>https://cafekalya.ir</loc>
<lastmod>2024-10-21</lastmod>
<lastmod>2024-10-22</lastmod>
<changefreq>Weekly</changefreq>
<priority>1.0</priority>
</url>
<url>
<loc>https://cafekalya.ir/menu/menu.html</loc>
<lastmod>2024-10-21</lastmod>
<lastmod>2024-10-22</lastmod>
<changefreq>Weekly</changefreq>
<priority>0.5</priority>
<image:image>
Expand Down
28 changes: 17 additions & 11 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -710,7 +710,7 @@ h1,h2,h3,h4,h5,h6,p,label,.btn,a{
}
.contact-description{
font-family:"Noto Sans Arabic";
color:var(--swatch-var-7376)!important;
color:var(--swatch-var-2941)!important;
background-color:transparent;
text-align:center;
border-color:transparent!important;
Expand All @@ -723,7 +723,7 @@ h1,h2,h3,h4,h5,h6,p,label,.btn,a{
direction:rtl;
font-family:"Noto Sans Arabic";
background-color:transparent;
color:var(--swatch-var-7376)!important;
color:var(--swatch-var-2941)!important;
border-color:transparent!important;
padding-top:70px;
padding-bottom:0px;
Expand Down Expand Up @@ -1060,12 +1060,12 @@ h1,h2,h3,h4,h5,h6,p,label,.btn,a{
.bgc-4224{
background-color:var(--swatch-var-4224);
}
.bgc-2869{
background-color:var(--swatch-var-2869);
}
.bgc-5202{
background-color:var(--swatch-var-5202);
}
.bgc-7376{
background-color:var(--swatch-var-7376);
}

/* Text colour styles */

Expand Down Expand Up @@ -1121,9 +1121,9 @@ h1,h2,h3,h4,h5,h6,p,label,.btn,a{

/* Icon colour styles */

.icon-7376{
color:var(--swatch-var-7376)!important;
border-color:var(--swatch-var-7376)!important;
.icon-2941{
color:var(--swatch-var-2941)!important;
border-color:var(--swatch-var-2941)!important;
}

/* Bloc image backgrounds */
Expand Down Expand Up @@ -1616,7 +1616,7 @@ url("img/pie.webp") 2x);
text-align:center;
}
.menu-grid{
grid-template-columns:0.50fr 1fr 0.25fr;
grid-template-columns:0.75fr 1fr 0.25fr;
column-gap:7px;
}
.menu-price{
Expand All @@ -1628,8 +1628,8 @@ url("img/pie.webp") 2x);
font-size:21px;
}
.drink-thumb{
width:80px;
height:80px;
height:100px;
width:100px;
}
.menu-item-info{
font-size:15px;
Expand Down Expand Up @@ -1763,6 +1763,12 @@ url("img/pie.webp") 2x);
.container-div-bloc-1-min-height{
padding-top:30px;
}
.container-div-0-style{
min-height:93px;
}
.img-cappucci-style{
width:100px;
}

}

0 comments on commit e9aee8a

Please sign in to comment.