Update README.md
Browse files
README.md
CHANGED
@@ -7,7 +7,7 @@ license: cc-by-nc-4.0
|
|
7 |
display: flex;
|
8 |
justify-content: center;
|
9 |
align-items: center;
|
10 |
-
height:
|
11 |
}
|
12 |
|
13 |
.title {
|
@@ -39,7 +39,7 @@ license: cc-by-nc-4.0
|
|
39 |
.custom-table td {
|
40 |
width: 50%;
|
41 |
vertical-align: top;
|
42 |
-
padding:
|
43 |
box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.15);
|
44 |
}
|
45 |
.custom-image-container {
|
@@ -47,7 +47,7 @@ license: cc-by-nc-4.0
|
|
47 |
width: 100%;
|
48 |
margin-bottom: 0em;
|
49 |
overflow: hidden;
|
50 |
-
border-radius:
|
51 |
transition: transform .7s;
|
52 |
/* Smooth transition for the container */
|
53 |
}
|
@@ -65,9 +65,9 @@ license: cc-by-nc-4.0
|
|
65 |
}
|
66 |
.custom-button {
|
67 |
width: auto;
|
68 |
-
height:
|
69 |
object-fit: cover;
|
70 |
-
border-radius:
|
71 |
transition: transform .7s;
|
72 |
margin-bottom: 0em;
|
73 |
display: block;
|
|
|
7 |
display: flex;
|
8 |
justify-content: center;
|
9 |
align-items: center;
|
10 |
+
height: 25vh; /* Adjust this value to position the title vertically */
|
11 |
}
|
12 |
|
13 |
.title {
|
|
|
39 |
.custom-table td {
|
40 |
width: 50%;
|
41 |
vertical-align: top;
|
42 |
+
padding: 5px;
|
43 |
box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.15);
|
44 |
}
|
45 |
.custom-image-container {
|
|
|
47 |
width: 100%;
|
48 |
margin-bottom: 0em;
|
49 |
overflow: hidden;
|
50 |
+
border-radius: 5px;
|
51 |
transition: transform .7s;
|
52 |
/* Smooth transition for the container */
|
53 |
}
|
|
|
65 |
}
|
66 |
.custom-button {
|
67 |
width: auto;
|
68 |
+
height: 20px;
|
69 |
object-fit: cover;
|
70 |
+
border-radius: 5px;
|
71 |
transition: transform .7s;
|
72 |
margin-bottom: 0em;
|
73 |
display: block;
|