Skip to content

Commit 4298273

Browse files
committed
Secondary commit 05/08/2024. 14:15pm
1 parent 15e2f51 commit 4298273

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

.vscode/settings.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
{
2-
"files.autoSave": "afterDelay"
3-
}
2+
"files.autoSave": "afterDelay",
3+
"liveServer.settings.port": 5501
4+
}

src/css/styles.css

+4-4
Original file line numberDiff line numberDiff line change
@@ -637,7 +637,7 @@ button {
637637
#work-seedpod {
638638
display: flex;
639639
width: 90rem;
640-
height: 77rem;
640+
height: 80rem;
641641
padding: 5rem 5rem 7rem 10.5rem;
642642
flex-direction: column;
643643
margin-left: 3vw;
@@ -683,7 +683,7 @@ button {
683683
#work-card .card,
684684
#work .card {
685685
display: flex;
686-
height: 21.55rem;
686+
height: 22.95rem;
687687
width: 25rem;
688688
min-width: 17.5rem;
689689
max-width: 43.5rem;
@@ -803,7 +803,6 @@ button {
803803
display: flex;
804804
flex-direction: column;
805805
height: 60rem;
806-
/* padding-top: 150px; */
807806
align-items: center;
808807
gap: 2rem;
809808
margin-left: 5vw;
@@ -1308,7 +1307,6 @@ button {
13081307
font-weight: 700;
13091308
line-height: 100%;
13101309
align-self: stretch;
1311-
/* margin-top: -3vh; */
13121310
margin-bottom: 3vh;
13131311
}
13141312

@@ -1433,6 +1431,8 @@ button {
14331431
letter-spacing: -0.0275rem;
14341432
width: 6vw;
14351433
transition: background-color 0.3s;
1434+
outline: none;
1435+
border: none;
14361436
}
14371437

14381438
#submit:hover {

0 commit comments

Comments
 (0)