File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1818 font-size : 1.25em ;
1919}
2020h1 {
21- font-size : 1.5 em ;
21+ font-size : 2 vw ;
2222}
2323.main-section {
2424
2525}
2626section {
2727 z-index : 1 ;
28- width : calc (100vw - 10 em );
28+ width : calc (100vw - 20 em );
2929 position : relative;
3030 display : flex;
3131 flex-direction : column;
3232 justify-content : space-between;
3333}
3434.hero {
3535 height : calc (100vh - 2em );
36- width : calc (100vw - 20em );
3736}
3837.bio {
3938 margin-bottom : 2.5em ;
@@ -59,10 +58,10 @@ section {
5958.list__item {
6059 margin : 0 ;
6160 margin-bottom : 2em ;
62- font-size : 1.25em ;
6361}
6462.list__item > p {
6563 margin : 1em 0 ;
64+ font-size : 1.5em ;
6665}
6766.footer {
6867 position : fixed;
@@ -98,6 +97,7 @@ a:focus, a:hover {
9897@media (max-width : 800px ) {
9998 h1 {
10099 line-height : 1em ;
100+ font-size : 1.5em
101101 }
102102 body {
103103 padding : 1em 1em 1em 2em ;
You can’t perform that action at this time.
0 commit comments