Skip to content

Commit 7458c96

Browse files
authored
responsiveness update
1 parent 5e5a1f8 commit 7458c96

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

src/App.css

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,21 +3,33 @@
33
min-height: 70vh;
44
/* text-align: center; */
55
}
6+
67
.groupCardHover:hover {
78
transform: scale(1.2);
89
}
10+
911
.team-card:hover {
1012
transform: translateY(-8px);
1113
box-shadow: 0 10px 10px -10px;
1214
}
15+
1316
.team-card a div {
1417
margin: 0;
1518
}
19+
1620
.remove-effect {
1721
background: inherit;
1822
width: inherit;
1923
}
2024

25+
.col {
26+
display: flex;
27+
justify-content: center;
28+
align-content: center;
29+
align-items: center;
30+
flex-wrap: wrap;
31+
}
32+
2133
/* .App-logo {
2234
height: 40vmin;
2335
pointer-events: none;
@@ -67,9 +79,11 @@ a:hover {
6779
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
6880
border-color 0.15s ease-in-out;
6981
}
82+
7083
.nav-router:hover {
7184
color: var(--bs-nav-link-hover-color);
7285
}
86+
7387
footer {
7488
/* position: fixed; */
7589
bottom: 0;
@@ -84,4 +98,4 @@ footer {
8498

8599
footer p {
86100
color: #000000;
87-
}
101+
}

0 commit comments

Comments
 (0)