File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -375,7 +375,7 @@ main {
375375 display : flex;
376376 flex-direction : column;
377377 align-items : center;
378- width : 95 vw ;
378+ width : 95 % ;
379379 height : auto;
380380 margin-top : 4rem ;
381381}
@@ -584,6 +584,10 @@ textarea {
584584 }
585585
586586 /* Recent Works */
587+ .works_heading {
588+ width : 100% ;
589+ }
590+
587591 .project_section {
588592 grid-template-columns : repeat (3 , 1fr );
589593 grid-template-rows : repeat (2 , 1fr );
@@ -676,35 +680,22 @@ textarea {
676680 }
677681
678682 .contact_header {
679- width : 40 % ;
683+ width : 35 % ;
680684 font-size : 1.8rem ;
681685 display : flex;
682686 align-items : center;
683687 line-height : 2.5rem ;
684688 }
685689
686690 form {
687- width : 60 % ;
691+ width : 50 % ;
688692 }
689693
690- .first-last-name-inputs {
691- display : block;
692- width : 100% ;
693- }
694-
695- .full-name-container {
694+ /* .full-name-container {
696695 display: flex;
697696 align-items: center;
698697 justify-content: space-between;
699- }
700-
701- # first-name {
702- width : 48% ;
703- }
704-
705- # last-name {
706- width : 48% ;
707- }
698+ } */
708699
709700 .contact_btn {
710701 margin : 0 ;
You can’t perform that action at this time.
0 commit comments