Skip to content

Commit 1456b11

Browse files
committed
🎨 Ana sayfa CSS ayarla
1 parent 339a17f commit 1456b11

File tree

5 files changed

+12
-12
lines changed

5 files changed

+12
-12
lines changed

Diff for: ‎ana/hero/sergi/birim.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ const kartDeÄŸiÅŸtir = (yeniKart) => {
2929
Telefon.nftGöster(yeniKart <= 1, !yeniKart);
3030
yeniKart === 3
3131
? Telefon.kutuGöster(dom.TR
32-
? "Bağlı app TCKT'nizin açık haline erişmek istiyor. İzin veriyor musunuz?"
33-
: "The connected app would like to access your TCKT.")
32+
? "Bağlı app TCKT’nizdeki iletişim bilgilerinize erişmek istiyor. İzin veriyor musunuz?"
33+
: "The connected app would like to access your contact info section of your TCKT.")
3434
: Telefon.kutuKapat();
3535
Boncuklar.children[Kart].firstElementChild.classList.remove("sel");
3636
Boncuklar.children[yeniKart].firstElementChild.classList.add("sel");

Diff for: ‎ana/kazan/birim.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
margin: 50px 0;
33
display: grid;
44
grid-template-columns: repeat(3, 1fr);
5-
gap: 10px;
5+
gap: 20px;
66
}
77

88
#kaa {

Diff for: ‎birim/blog/eliptik-imza/banner.svg

+1-1
Loading

Diff for: ‎birim/telefon/birim.css

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#te {
22
border-radius: 40px;
33
border: 5px solid #333;
4-
height: 550px;
4+
height: 530px;
55
min-width: 280px;
66
position: relative;
77
width: 280px;
@@ -75,7 +75,7 @@
7575
#teh {
7676
display: flex;
7777
justify-content: space-around;
78-
padding: 25px 5px;
78+
padding: 15px 5px;
7979
}
8080

8181
/* NFT örneği */
@@ -95,7 +95,7 @@
9595
opacity: 0;
9696
position: absolute;
9797
text-align: center;
98-
top: 210px;
98+
top: 200px;
9999
transition: opacity 0.4s ease-in;
100100
width: 270px;
101101
}
@@ -141,7 +141,7 @@
141141
align-items: center;
142142
background-color: #fff;
143143
border-radius: 7px;
144-
bottom: 209px;
144+
bottom: 189px;
145145
box-shadow: 0px 2px 10px rgb(0 0 0 / 15%);
146146
cursor: pointer;
147147
display: flex;
@@ -177,7 +177,7 @@
177177
}
178178

179179
#tc.tew {
180-
transform: translate(-70px, 272px) scale(0.5);
180+
transform: translate(-70px, 265px) scale(0.5);
181181
}
182182

183183
#tc.tex {

Diff for: ‎package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@
1919
"htmlparser2": "^9.0.0",
2020
"svg-pathdata": "^6.0.3",
2121
"svgexport": "^0.4.2",
22-
"svgo": "^3.0.5",
22+
"svgo": "^3.1.0",
2323
"toml": "^3.0.0",
2424
"uglify-js": "^3.16.2",
25-
"vite": "^5.0.7",
26-
"wrangler": "^3.19.0"
25+
"vite": "^5.0.8",
26+
"wrangler": "^3.20.0"
2727
}
2828
}

0 commit comments

Comments
 (0)