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

Commit190ab2b

Browse files
committed
v2.1.1 hide education section for mobile
1 parentc0f28f8 commit190ab2b

File tree

1 file changed

+25
-14
lines changed

1 file changed

+25
-14
lines changed

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

Lines changed: 25 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ nav li a{
6868

6969
@media(max-width:767px){
7070
.nav-link{
71-
font-size:14px;
71+
font-size:14px;
7272
}
7373
}
7474
@media(max-width:576px){
@@ -343,6 +343,26 @@ nav li a{
343343

344344
/* css end for project section */
345345

346+
/* css for education start */
347+
.education-section {
348+
padding:70px;
349+
min-height:100px;
350+
}
351+
352+
.pills {
353+
display: flex;
354+
justify-content: space-around;
355+
}
356+
357+
@media(max-width:575px) {
358+
.education-section {
359+
display: none;
360+
}
361+
}
362+
363+
/* css for education end */
364+
365+
346366
/* css start for reach out to me section*/
347367

348368
.reach-out-to-me{
@@ -383,6 +403,9 @@ nav li a{
383403
}
384404

385405
@media(max-width:575px){
406+
.reach-out-to-me{
407+
padding:30px;
408+
}
386409
.reach-out-to-me-inner-divulli{
387410
display: inline;
388411
margin-right: auto;
@@ -421,16 +444,4 @@ nav li a{
421444
width:45px;
422445
/*max-height: 50px;*/
423446
}
424-
/* css end for top button */
425-
426-
/* css for education start */
427-
.education-section{
428-
padding:70px;
429-
min-height:100px;
430-
}
431-
.pills{
432-
display: flex;
433-
justify-content: space-around;
434-
}
435-
436-
/* css for education end */
447+
/* css end for top button */

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp