Skip to content

Commit 30f4c89

Browse files
authored
Merge pull request #59 from OudomMunint/dev
Dev => Main
2 parents c1f002c + 18b7707 commit 30f4c89

File tree

3 files changed

+28
-12
lines changed

3 files changed

+28
-12
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,4 @@ jobs:
3838
uses: ncipollo/release-action@v1.14.0
3939
with:
4040
artifacts: "react-github-actions-build"
41-
tag: v1.5.4.2
41+
tag: v1.5.4.3

src/components/Home/Home2.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ function Home2() {
3434
</i>
3535
<br />
3636
<br />
37-
We work on large scale projects from &nbsp;
37+
We work on large scale projects from&nbsp;
3838
<i>
3939
<b className="purple">llustration and graphic design </b> through to{" "}
4040
<b className="purple">
@@ -43,14 +43,14 @@ function Home2() {
4343
</i>
4444
<br />
4545
<br />
46-
Feel free to get in touch for a <b className="purple">obligation free consultation.</b> And everything from
46+
Feel free to get in touch for an <b className="purple">obligation free consultation.</b> And everything from
4747
<i>
4848
<b className="purple">
4949
{" "}
5050
Aye!
5151
</b>
5252
</i>
53-
&nbsp; to
53+
&nbsp;to
5454
<i>
5555
<b className="purple"> Zed!</b>
5656
</i>

src/style.css

Lines changed: 24 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -467,6 +467,7 @@ a {
467467
bottom: 0% !important;
468468
padding-top: 10px !important;
469469
padding-bottom: 8px !important ;
470+
margin-top: 113px;
470471
}
471472
.footer-copywright {
472473
text-align: center !important;
@@ -516,23 +517,25 @@ a {
516517
.project-card {
517518
padding-top: 50px !important;
518519
padding-bottom: 50px !important;
519-
padding-left: 25px !important;
520-
padding-right: 25px !important;
520+
padding-left: 50px !important;
521+
padding-right: 50px !important;
521522
height: auto !important;
522523
}
523524

524525
.project-card-view {
525-
box-shadow: 0 4px 5px 3px rgba(119, 53, 136, 0.459) !important;
526+
/* box-shadow: 0 4px 5px 3px rgba(119, 53, 136, 0.459) !important; */
526527
color: black !important;
527-
background-color: rgb(227, 227, 227) !important;
528+
/* background-color: rgb(227, 227, 227) !important; */
529+
background-color: white !important;
528530
opacity: 1 !important;
529531
transition: all 0.5s ease 0s !important;
530532
height: 100% !important;
533+
border-radius: 35px !important;
531534
}
532535
.project-card-view:hover {
533536
transform: scale(1.02) !important;
534537
overflow: hidden !important;
535-
box-shadow: 0 4px 4px 5px rgba(0, 0, 0, 0.561) !important;
538+
box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.3) !important;
536539
}
537540

538541
.blog-card {
@@ -568,8 +571,12 @@ a {
568571

569572
.card-img-top {
570573
padding: 20px !important;
571-
opacity: 0.8 !important;
572-
border-radius: 10px !important;
574+
/* opacity: 0.8 !important; */
575+
border-radius: 50px !important;
576+
}
577+
578+
.card-body {
579+
padding: 1rem 3rem 3rem 3rem !important;
573580
}
574581

575582
.blog-img {
@@ -777,6 +784,7 @@ a {
777784
top: 0%;
778785
left: 0%;
779786
position: relative;
787+
margin-bottom: 210px;
780788
}
781789

782790
.form {
@@ -885,7 +893,6 @@ a {
885893
margin-top: 20px;
886894
text-align: center;
887895
width: 100%;
888-
transition: 0.5s;
889896
}
890897

891898
.submit:hover {
@@ -895,6 +902,11 @@ a {
895902
transform: scale(1.05);
896903
}
897904

905+
.submit:not(:hover) {
906+
transition: 0.5s;
907+
transform: scale(1);
908+
}
909+
898910
.submit:active {
899911
background-color: #06b;
900912
}
@@ -916,3 +928,7 @@ a {
916928
::-webkit-scrollbar-thumb {
917929
background: #0d0d0d;
918930
}
931+
932+
textarea {
933+
resize: none !important;
934+
}

0 commit comments

Comments
 (0)