remove jQuery
Signed-off-by: Naman Sood <mail@nsood.in>
This commit is contained in:
parent
971251664a
commit
cf57f26691
5 changed files with 56 additions and 94 deletions
|
@ -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;
|
||||
}
|
||||
|
|
|
@ -4,6 +4,7 @@
|
|||
|
||||
html {
|
||||
overflow-x: hidden;
|
||||
scroll-behavior: smooth;
|
||||
}
|
||||
|
||||
body {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue