diff --git a/css/style.css b/css/style.css index 8e572a8..2e5cb66 100644 --- a/css/style.css +++ b/css/style.css @@ -4,6 +4,7 @@ html { overflow-x: hidden; + scroll-behavior: smooth; } body { @@ -381,7 +382,6 @@ footer { margin: auto; padding: 2rem; } - .works-card { flex-direction: column; height: auto; @@ -410,7 +410,6 @@ footer { margin: auto; box-shadow: 0 0 5rem rgba(0, 0, 0, 0.1), 0 0.25rem 1rem rgba(0, 0, 0, 0.33); } - #contact { text-align: left; } @@ -437,7 +436,6 @@ footer { .main > .text-container h3 { font-size: 1.5rem; } - .works-card > .text-container p { font-size: 1rem; } diff --git a/css/style.scss b/css/style.scss index 16cc191..bebaa40 100644 --- a/css/style.scss +++ b/css/style.scss @@ -4,6 +4,7 @@ html { overflow-x: hidden; + scroll-behavior: smooth; } body { diff --git a/index.html b/index.html index 464341c..03cf168 100644 --- a/index.html +++ b/index.html @@ -139,7 +139,6 @@