File tree Expand file tree Collapse file tree 1 file changed +15
-1
lines changed Expand file tree Collapse file tree 1 file changed +15
-1
lines changed Original file line number Diff line number Diff line change 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+
7387footer {
7488 /* position: fixed; */
7589 bottom : 0 ;
@@ -84,4 +98,4 @@ footer {
8498
8599footer p {
86100 color : # 000000 ;
87- }
101+ }
You can’t perform that action at this time.
0 commit comments