Skip to content

Commit 87f77d5

Browse files
committed
up
1 parent 77c9242 commit 87f77d5

1 file changed

Lines changed: 24 additions & 4 deletions

File tree

css/index.css

Lines changed: 24 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -323,8 +323,28 @@ For devices with smaller width like mobile phone
323323
color: whitesmoke;
324324
font-family: raleway;
325325
font-weight: 500;
326-
letter-spacing: 2px;
327-
font-size: 25px;
326+
letter-spacing: 1px;
327+
font-size: 20px;
328+
}
329+
.header-content .firstline{
330+
font-size: clamp(44px, 12vw, 56px);
331+
line-height: 1.02;
332+
margin-bottom: 10px;
333+
}
334+
.header-content .secondline{
335+
font-size: clamp(15px, 5.1vw, 21px);
336+
line-height: 1.12;
337+
padding-top: 8px;
338+
}
339+
.main-info{
340+
font-size: inherit;
341+
line-height: 1.12;
342+
font-weight: 400;
343+
}
344+
.remote-text{
345+
font-size: clamp(14px, 4.8vw, 20px);
346+
line-height: 1.28;
347+
margin-top: 8px;
328348
}
329349
.contact{
330350
display: flex;
@@ -357,10 +377,10 @@ For devices with smaller width like mobile phone
357377
}
358378
@keyframes techstackScrollMobileX {
359379
from {
360-
transform: translateX(0);
380+
transform: translateX(-50%);
361381
}
362382
to {
363-
transform: translateX(-50%);
383+
transform: translateX(0);
364384
}
365385
}
366386
.header-image{

0 commit comments

Comments
 (0)