Skip to content

Commit 1f1c020

Browse files
committed
more querries
1 parent 5af7a24 commit 1f1c020

5 files changed

Lines changed: 196 additions & 4 deletions

File tree

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -440,7 +440,7 @@ <h4>
440440
<section class="section sec5 contact" id="contact">
441441
<div class="contact-container">
442442
<div class="main-title">
443-
<h2>Contact <span>Me</span><span class="bg-text">My Blogs</span></h2>
443+
<h2>Contact <span>Me</span><span class="bg-text">Contact</span></h2>
444444
</div>
445445
<div class="contact-content-con">
446446
<div class="left-contact">

styles/_media.scss

Lines changed: 98 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
padding-left: 0;
33
}
44

5-
@media screen and (max-width: 395px) {
5+
@media screen and (max-width: 600px) {
66
header{
77
padding: 0 !important;
88
}
@@ -143,9 +143,62 @@
143143
.section{
144144
padding: 7rem 11rem;
145145
}
146+
147+
.contact-content-con{
148+
flex-direction: column;
149+
.right-contact{
150+
margin-left: 0;
151+
margin-top: 2.5rem;
152+
}
153+
154+
}
155+
.contact-content-con .right-contact .i-c-2{
156+
flex-direction: column;
157+
}
158+
.contact-content-con .right-contact .i-c-2 :last-child{
159+
margin-left: 0;
160+
margin-top: 1.5rem;
161+
}
162+
163+
.contact-content-con .right-contact{
164+
margin-bottom: 6rem;
165+
}
166+
167+
.main-title{
168+
h2{
169+
.bg-text{
170+
font-size: 5.5rem;
171+
}
172+
}
173+
}
174+
146175
}
147176

148177

178+
179+
180+
@media screen and (max-width:1250px){
181+
.blogs{
182+
grid-template-columns: repeat(2, 1fr);
183+
margin-top: 6rem;
184+
}
185+
.portfolios{
186+
grid-template-columns: repeat(2, 1fr);
187+
}
188+
.header-content .right-header{
189+
padding-right: 9rem;
190+
}
191+
192+
}
193+
@media screen and (max-width:660px){
194+
.blogs{
195+
grid-template-columns: repeat(1, 1fr);
196+
}
197+
.portfolios{
198+
grid-template-columns: repeat(1, 1fr);
199+
}
200+
}
201+
149202
@media screen and (max-width:1070px){
150203
.about-container{
151204
grid-template-columns: repeat(1, 1fr);
@@ -173,6 +226,32 @@
173226
.about-container .left-about{
174227
padding-right: 0rem;
175228
}
229+
.header-content{
230+
grid-template-columns: repeat(1, 1fr);
231+
padding-bottom: 6rem;
232+
}
233+
234+
.left-header{
235+
.h-shape{
236+
display: none;
237+
}
238+
.image{
239+
width: 90% !important;
240+
margin: 0 auto !important;
241+
242+
}
243+
}
244+
.right-header{
245+
grid-row: 1;
246+
padding-right: 0rem !important;
247+
width: 90%;
248+
margin: 0 auto;
249+
.name{
250+
font-size: 2.5rem !important;
251+
text-align: center;
252+
padding-top: 3rem;
253+
}
254+
}
176255
}
177256
@media screen and (max-width:700px){
178257
.section{
@@ -181,4 +260,22 @@
181260
.about-stats .progress-bars{
182261
grid-template-columns: repeat(1, 1fr);
183262
}
263+
.about-container .right-about{
264+
grid-template-columns: repeat(1, 1fr);
265+
}
266+
267+
.timeline{
268+
grid-template-columns: repeat(1, 1fr);
269+
}
270+
.main-title{
271+
h2{
272+
font-size: 3rem;
273+
span{
274+
font-size: 3rem;
275+
}
276+
.bg-text{
277+
font-size: 4rem;
278+
}
279+
}
280+
}
184281
}

styles/styles.css

Lines changed: 95 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)