Skip to content

Commit 5097ff2

Browse files
Update style.css
1 parent 82ff53c commit 5097ff2

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

style.css

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@
55
box-sizing: border-box;
66
}
77

8+
html{
9+
scroll-behavior: smooth;
10+
}
11+
812
body{
913
background-color: #000000;
1014
color: #fff
@@ -381,4 +385,30 @@ nav .fas{
381385
left: 25px;
382386
cursor: pointer;
383387
}
388+
389+
.sub-title{
390+
font-size: 40px;
391+
}
392+
393+
.about-col-1, .about-col-2{
394+
flex-basis: 100%;
395+
}
396+
397+
.about-col-1{
398+
margin-bottom: 30px;
399+
}
400+
401+
.about-col-2 {
402+
font-size: 14px;
403+
}
404+
405+
.tab-links{
406+
font-size: 16px;
407+
margin-right: 20px;
408+
}
409+
410+
.contact-left, .contact-right{
411+
flex-basis: 100%;
412+
}
413+
384414
}

0 commit comments

Comments
 (0)