hhks commited on
Commit
a749335
·
verified ·
1 Parent(s): 23f9b8c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -5
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: 100vh; /* Adjust this value to position the title vertically */
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: 10px;
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: 10px;
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: 100px;
69
  object-fit: cover;
70
- border-radius: 10px;
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;