55html {
66 scroll-behavior : smooth;
77}
8-
8+
99
1010.about-container h1 {
11- text-align : left ;
11+ margin : 20 px 0 ;
1212 font-size : 3rem ;
1313 background : linear-gradient (90deg , # ff4d4d, # 0085ff );
1414 display : inline-block;
@@ -20,11 +20,23 @@ html {
2020}
2121
2222.text {
23- display : flex;
23+ /* display: flex;
2424 flex-direction: row;
2525 align-items: flex-start; /* Align items to the top */
26+ /* justify-content: space-between;
27+ gap: 20px; */
28+ /* font-size: 1rem;
29+ line-height: 1.5;
30+ margin-bottom: 20px;
31+ justify-content: space-between; */
32+ display : flex;
33+ flex-wrap : wrap;
34+ align-items : flex-start;
35+ font-size : 1rem ;
36+ line-height : 1.5 ;
37+ margin-bottom : 20px ;
2638 justify-content : space-between;
27- gap : 20 px ;
39+ font-weight : 10 rem ;
2840
2941}
3042
@@ -35,11 +47,13 @@ html {
3547 max-height : 500px ;
3648 max-width : 700px ;
3749 font-family : 'Open Sans' , sans-serif;
38- font-weight : 10rem !important ;
50+ font-weight : 10rem ;
3951 font-size : 1.2rem ;
4052 animation : fade-in 2s ease-in-out;
4153 letter-spacing : 1.2px !important ;
4254 text-align : justify;
55+ flex : 1 ;
56+ margin-right : 10px ;
4357
4458}
4559
@@ -68,10 +82,17 @@ html {
6882 }
6983
7084.side-image {
71- align-self : flex-start;
85+ /* align-self: flex-start;
7286 height:300px;
7387 margin-right: 200px;
7488 animation: fade-in 2s ease-in-out;
89+ max-width: 100%;
90+ height: auto;
91+ display: block;
92+ margin: 20px auto; */
93+ max-width : 300px ;
94+ height : auto;
95+ margin-right : 20rem ;
7596}
7697
7798.grid-container {
@@ -81,8 +102,39 @@ html {
81102}
82103
83104.grid-item {
105+ flex : 1 1 calc (33.333% - 20px );
84106 text-align : center;
107+ box-sizing : border-box;
108+ padding : 20px ;
109+ border : 1px solid transparent;
110+ border-radius : 5px ;
111+ background-color : transparent;
112+ text-align : center;
113+
114+ }
115+
116+ @media (max-width : 768px ) {
117+ .header-section {
118+ font-size : 2rem ;
119+ }
120+
121+ .text {
122+ font-size : 0.9rem ;
123+ flex-direction : column;
124+ }
125+
126+ .text p {
127+ margin-right : 0 ;
128+ }
129+
130+ .text2 {
131+ font-size : 1rem ;
132+
133+ }
85134
135+ .grid-item {
136+ flex : 1 1 calc (100% - 20px );
137+ }
86138}
87139
88140.grid-logo {
0 commit comments