We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82ff53c commit 5097ff2Copy full SHA for 5097ff2
style.css
@@ -5,6 +5,10 @@
5
box-sizing: border-box;
6
}
7
8
+html{
9
+ scroll-behavior: smooth;
10
+}
11
+
12
body{
13
background-color: #000000;
14
color: #fff
@@ -381,4 +385,30 @@ nav .fas{
381
385
left: 25px;
382
386
cursor: pointer;
383
387
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
412
413
384
414
0 commit comments