File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -95,10 +95,12 @@ nav ul li a.text-shadow-lg {
95
95
.two-column-container {
96
96
display : flex;
97
97
gap : 40px ;
98
- padding : 20px ;
98
+ padding : 20px ; /* Keep the existing horizontal padding */
99
+ margin-top : 40px ; /* Add margin-top here */
99
100
align-items : flex-start;
100
101
max-width : 1200px ;
101
- margin : 0 auto;
102
+ margin-left : auto;
103
+ margin-right : auto;
102
104
position : relative; /* For the vertical line */
103
105
}
104
106
@@ -118,7 +120,7 @@ nav ul li a.text-shadow-lg {
118
120
.hero {
119
121
flex : 1 ;
120
122
text-align : right; /* Align text to the right (right-to-left) */
121
- padding-right : 40 px ; /* Add padding to avoid overlap with the line */
123
+ padding-right : 20 px ; /* Add padding to avoid overlap with the line */
122
124
}
123
125
124
126
.hero h1 {
@@ -154,7 +156,7 @@ nav ul li a.text-shadow-lg {
154
156
.intro {
155
157
flex : 1 ;
156
158
text-align : left; /* Align text to the left (left-to-right) */
157
- padding-left : 40 px ; /* Add padding to avoid overlap with the line */
159
+ padding-left : 20 px ; /* Add padding to avoid overlap with the line */
158
160
}
159
161
160
162
.intro p {
You can’t perform that action at this time.
0 commit comments