@@ -2687,6 +2687,9 @@ input, select, textarea {
26872687 max-width : 54em ;
26882688 padding : 8em 4em 4em 4em ;
26892689 width : calc (100% - 35% );
2690+ min-height : 100vh ;
2691+ box-sizing : border-box;
2692+
26902693 }
26912694
26922695 # main > section {
@@ -3031,6 +3034,9 @@ input, select, textarea {
30313034 max-width : none;
30323035 padding : 6em 3em 3em 3em ;
30333036 width : calc (100% - 30% );
3037+ min-height : 100vh ;
3038+ box-sizing : border-box;
3039+
30343040 }
30353041
30363042 }
@@ -3080,15 +3086,14 @@ input, select, textarea {
30803086 background-attachment : scroll;
30813087 background-color : # 1f1815 ;
30823088 background-image : url ("images/overlay.png" ), url ("../../images/bg.jpg" );
3083- background-position : top left, bottom center;
3089+ background-position : top left, bottom center;
30843090 background-repeat : repeat, no-repeat;
30853091 background-size : auto, cover;
3086- bottom : auto;
3087- left : auto;
30883092 padding : 4em 4em 6em 4em ;
30893093 position : relative;
3090- text-align : center;
30913094 width : 100% ;
3095+ bottom : 0 ;
3096+ text-align : center;
30923097 }
30933098
30943099 # footer .icons {
@@ -3113,6 +3118,8 @@ input, select, textarea {
31133118 margin : 0 ;
31143119 padding : 6em 4em ;
31153120 width : 100% ;
3121+ min-height : 100vh ;
3122+ box-sizing : border-box;
31163123 }
31173124
31183125 }
@@ -3221,9 +3228,15 @@ input, select, textarea {
32213228
32223229 }
32233230
3224- /* My Styles */
3225- .work-title {
3226- display : flex;
3227- justify-content : space-between
3231+ /* My Styles */
3232+ .work-title {
3233+ display : flex;
3234+ justify-content : space-between
3235+
3236+ }
3237+
3238+ .nav-bar menu a {
3239+ color : # fff ;
3240+
3241+ }
32283242
3229- }
0 commit comments