Skip to content

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
  • Loading branch information
ChyKusuma committed Jan 10, 2024
1 parent fde7d5f commit 5576348
Show file tree
Hide file tree
Showing 16 changed files with 102 additions and 12 deletions.
Binary file modified .DS_Store
Binary file not shown.
Binary file not shown.

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file not shown.
1 change: 1 addition & 0 deletions node_modules/esm/node_modules/.cache/esm/.data.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pages/contact.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import InformationSection from 'views/ContactPage/InformationSection';

export default function ContactPage() {
return (
<Page title="Contact" description="Tell me what we can help you">
<Page title="Contact" description="Tell us what we can help you">
<ContactContainer>
<InformationSection />
<FormSection />
Expand Down
Binary file modified public/.DS_Store
Binary file not shown.
2 changes: 1 addition & 1 deletion public/Logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/assets/.DS_Store
Binary file not shown.
24 changes: 14 additions & 10 deletions public/assets/css/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@


body{
margin:0;
margin: 49px;
font-family:var(--bs-body-font-family);
font-size:var(--bs-body-font-size);
font-weight:var(--bs-body-font-weight);
Expand Down Expand Up @@ -304,7 +304,7 @@

img,svg{
vertical-align:middle;
height: 36px;
height: 37px;
width:auto;
}

Expand Down Expand Up @@ -617,7 +617,7 @@
}

.container,.container-fluid,.container-xxl,.container-xl,.container-lg,.container-md,.container-sm{
--bs-gutter-x: 1.5rem;
--bs-gutter-x: 5.5rem;
--bs-gutter-y: 0;
width:100%;
padding-right:calc(var(--bs-gutter-x) * .5);
Expand Down Expand Up @@ -7920,10 +7920,13 @@
padding-top:.25rem !important;
padding-bottom:.25rem !important
}
.py-2{
padding-top:.5rem !important;
padding-bottom:.5rem !important
.py-2 {
padding-top: .5rem !important;
padding-bottom: .5rem !important;
margin-right: 10px; /* Adjust value as needed */
margin-left: -86px; /* Adjust value as needed */
}

.py-3{
padding-top:1rem !important;
padding-bottom:1rem !important
Expand Down Expand Up @@ -11222,10 +11225,11 @@ a.docs-text-link:hover{
width:300px
}


.docs-logo-wrapper{
position:absolute;
left:15px;
top:0.5rem
left:178px !important;
top:0.3rem
}

.docs-logo-wrapper .site-logo{
Expand Down Expand Up @@ -11289,7 +11293,6 @@ a.docs-text-link:hover{
transition:-webkit-transform 0.35s ease-in-out;
transition:transform 0.35s ease-in-out;
transition:transform 0.35s ease-in-out, -webkit-transform 0.35s ease-in-out;
box-shadow:1px 0 5px 0 rgba(0,0,0,0.1)
}

.docs-sidebar::-webkit-scrollbar{
Expand Down Expand Up @@ -11419,7 +11422,7 @@ a.docs-text-link:hover{
}

.docs-article{
padding:2rem;
padding:0rem;
color:#5d6778;
scroll-margin-top:69px;
scroll-snap-margin-top:69px
Expand All @@ -11433,6 +11436,7 @@ a.docs-text-link:hover{
font-size:3rem;
margin-bottom:2rem;
position:relative
text-align: left !important;
}

.docs-article .docs-time{
Expand Down
Binary file modified public/assets/images/.DS_Store
Binary file not shown.
Binary file modified public/grid-icons/asset-1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/grid-icons/asset-2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/grid-icons/asset-3.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 5576348

Please sign in to comment.