Commit 6a2731e 1 parent 115d2a0 commit 6a2731e Copy full SHA for 6a2731e
File tree 3 files changed +30
-3
lines changed
3 files changed +30
-3
lines changed Original file line number Diff line number Diff line change 1
- body {
1
+ /* body {
2
2
font-family: Arial, sans-serif;
3
3
background-color: #f8f9fa;
4
4
color: #333;
63
63
.img-fluid {
64
64
max-width: 100%;
65
65
height: auto;
66
- }
66
+ } */
Original file line number Diff line number Diff line change @@ -574,6 +574,32 @@ pre {
574
574
flex : 0 0 91.66666667% ;
575
575
max-width : 91.66666667% ; }
576
576
577
+
578
+ .centered-block {
579
+ margin : 0 auto;
580
+ max-width : 1200px ;
581
+ padding : 1rem 10rem 1rem 10rem ;
582
+ }
583
+
584
+ @media (max-width : 1199px ) {
585
+ .centered-block {
586
+ max-width : 100px ;
587
+ }
588
+ }
589
+
590
+ @media (max-width : 991px ) {
591
+ .centered-block {
592
+ max-width : 800px ;
593
+ }
594
+ }
595
+
596
+ @media (max-width : 767px ) {
597
+ .centered-block {
598
+ max-width : 90% ;
599
+ }
600
+ }
601
+
602
+
577
603
.col-12 {
578
604
flex : 0 0 100% ;
579
605
max-width : 100% ; }
Original file line number Diff line number Diff line change 23
23
< script src ="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-chtml.js " integrity =""
24
24
crossorigin ="anonymous " async > </ script >
25
25
< link rel ="stylesheet " href ="/css/wowchemy.css " />
26
+ < link rel ="stylesheet " href ="styles.css ">
26
27
< link rel ="stylesheet " href ="/css/libs/chroma/github-light.min.css " title ="hl-light " media ="print "
27
28
onload ="this.media='all' ">
28
29
< link rel ="stylesheet " href ="/css/libs/chroma/dracula.min.css " title ="hl-dark " media ="print "
@@ -444,7 +445,7 @@ <h3>Xingchen Zhao</h3>
444
445
< div class ="col-12 text-center ">
445
446
< h1 > Research Topics</ h1 >
446
447
</ div >
447
- < div class ="col-12 ">
448
+ < div class ="col-12 centered-block ">
448
449
< h2 id ="medical-imaging "> Medical imaging analysis</ h2 >
449
450
< ul >
450
451
< li > Alzheimer's Disease Analysis with MRI/PET/DTI</ li >
You can’t perform that action at this time.
0 commit comments