File tree Expand file tree Collapse file tree 5 files changed +10
-10
lines changed
Expand file tree Collapse file tree 5 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 11# merhoo.github.io
2- This is my personal site for experimenting and professional promotion
2+ This is my site to explore and create web dev stuff.
Original file line number Diff line number Diff line change 66h1 , dt , .footer > a {
77 font-family : "Trebuchet MS" , Helvetica, sans-serif;
88 letter-spacing : 2px ;
9+ font-weight : bold;
910}
1011dt {
1112 font-size : 1.25em ;
12- font-weight : bold;
1313}
1414h1 {
1515 font-size : 3vw ;
1616 letter-spacing : 4px ;
17- font-weight : normal;
1817}
1918.bio {
2019 font-size : 2.5vw ;
2928a , .footer > a {
3029 border-bottom : 1px solid # f8f8f6 ;
3130 color : inherit;
31+ font-weight : normal;
3232 text-decoration : none
3333}
3434a {
Original file line number Diff line number Diff line change 11body {
22 margin : 0 ;
3- padding : 5vh 0 3 vw 3 vw ;
3+ padding : 5vh 0 5 vw 5 vw ;
44 background-color : # 222 ;
55 -webkit-font-smoothing : antialiased;
66 -moz-osx-font-smoothing : grayscale;
@@ -36,16 +36,16 @@ section {
3636}
3737.footer {
3838 position : fixed;
39- right : 6 em ;
40- bottom : 6 em ;
39+ right : 5 em ;
40+ bottom : 5 em ;
4141 display : flex;
4242 flex-direction : column;
4343 justify-content : flex-end;
4444 align-items : flex-end;
4545
4646}
4747.footer > a {
48- margin-top : 1 em ;
48+ margin-top : 0.7 em ;
4949}
5050a {
5151 position : relative;
Original file line number Diff line number Diff line change 1- @media (max-width : 800 px ) {
1+ @media (max-width : 850 px ) {
22 body {
3- padding : 1 em 1 em 1 em 2 em ;
3+ padding : 7.5 vw ;
44 flex-flow : column wrap;
55 }
66 .hero {
Original file line number Diff line number Diff line change 1313 < meta name ="og:type " content ="website ">
1414 < meta name ="theme-color " content ="#0C0C0C ">
1515 <!-- Styles -->
16- < link href ="./css/styles .css " rel ="stylesheet ">
16+ < link href ="./css/main .css " rel ="stylesheet ">
1717 < link href ="./css/crumple.css " rel ="stylesheet ">
1818 < link href ="./css/font.css " rel ="stylesheet ">
1919 < link href ="./css/mobile.css " rel ="stylesheet ">
You can’t perform that action at this time.
0 commit comments