Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit93f591d

Browse files
committed
v2.1.2, solved bug found in v2.1.0
1 parent190ab2b commit93f591d

File tree

3 files changed

+32
-7
lines changed

3 files changed

+32
-7
lines changed

‎index.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -484,6 +484,7 @@ <h1 class="text-center section-heading">
484484
<spanclass="badge"> Bootstrap</span>
485485
<spanclass="badge"> CSS</span>
486486
<spanclass="badge"> JS</span>
487+
<spanclass="badge"> Firebase</span>
487488
</div>
488489
</td>
489490
<tdclass="description">
@@ -495,6 +496,7 @@ <h1 class="text-center section-heading">
495496
<spanclass="badge"> Bootstrap</span>
496497
<spanclass="badge"> CSS</span>
497498
<spanclass="badge"> JS</span>
499+
<spanclass="badge"> Firebase</span>
498500
</div>
499501
</p>
500502
</td>

‎v2/public/assest/css/index.css

Lines changed: 28 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,12 @@ body{
2121
font-size:35px;
2222
font-weight:500;
2323
}
24+
@media(max-width:575px) {
25+
.section-heading {
26+
font-size:30px;
27+
}
28+
}
29+
2430
/*css for navbar start*/
2531
.navbar{
2632
position: fixed;
@@ -53,7 +59,6 @@ nav li a{
5359
font-weight:800;
5460
}
5561
/* css for media query of navbar section*/
56-
/* here navbar are not correct for 1200px */
5762
@media(max-width:1200px){
5863
.nav-link{
5964
font-size:14px;
@@ -226,7 +231,11 @@ nav li a{
226231
font-size:19px;
227232
font-family:'Source Sans Pro', sans-serif;
228233
}
229-
234+
@media (max-width:576px){
235+
.skill-section{
236+
padding:30px;
237+
}
238+
}
230239
/* css end for skill section*/
231240

232241

@@ -273,6 +282,18 @@ nav li a{
273282
display: none;
274283
}
275284
}
285+
286+
@media(max-width:576px){
287+
.experience_section{
288+
padding:30px;
289+
}
290+
.experience-data-tablethead{
291+
font-size:13px;
292+
}
293+
.experience-data-tabletrtd:nth-child(1), .experience-data-tabletrth:nth-child(1){
294+
width:5%;
295+
}
296+
}
276297
/* css for experience section end*/
277298

278299
/* css start for project section*/
@@ -340,6 +361,11 @@ nav li a{
340361
display: none;
341362
}
342363
}
364+
@media (max-width:575px) {
365+
.project-section {
366+
padding:30px;
367+
}
368+
}
343369

344370
/* css end for project section */
345371

@@ -408,15 +434,11 @@ nav li a{
408434
}
409435
.reach-out-to-me-inner-divulli{
410436
display: inline;
411-
margin-right: auto;
412437
margin-left: auto;
413438
}
414439
.reach-out-to-me-inner-divulliai{
415440
font-size:28px;
416441
}
417-
.reach-out-to-me-inner-divulli{
418-
margin-right:28px;
419-
}
420442
}
421443

422444
/* css for reach out to me section end here */
@@ -442,6 +464,5 @@ nav li a{
442464
border-radius:19%;
443465
font-size:25px;
444466
width:45px;
445-
/*max-height: 50px;*/
446467
}
447468
/* css end for top button */

‎v2/public/index.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -482,6 +482,7 @@ <h1 class="text-center section-heading">
482482
<spanclass="badge"> Bootstrap</span>
483483
<spanclass="badge"> CSS</span>
484484
<spanclass="badge"> JS</span>
485+
<spanclass="badge"> Firebase</span>
485486
</div>
486487
</td>
487488
<tdclass="description">
@@ -493,6 +494,7 @@ <h1 class="text-center section-heading">
493494
<spanclass="badge"> Bootstrap</span>
494495
<spanclass="badge"> CSS</span>
495496
<spanclass="badge"> JS</span>
497+
<spanclass="badge"> Firebase</span>
496498
</div>
497499
</p>
498500
</td>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp