Mooshie commited on
Commit
ba5f556
1 Parent(s): 994779f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -43,7 +43,6 @@ thumbnail: "https://huggingface.co/Mooshie/hairflap/blob/main/girl1.png"
43
  max-width: 100%;
44
  cursor: pointer;
45
  text-align: center;
46
- overflow: hidden;
47
  }
48
  .image-container:hover img {
49
  transform: scale(1.1);
@@ -54,6 +53,7 @@ thumbnail: "https://huggingface.co/Mooshie/hairflap/blob/main/girl1.png"
54
  max-width: 100%;
55
  height: auto;
56
  display: block;
 
57
  }
58
  </style>
59
  </head>
 
43
  max-width: 100%;
44
  cursor: pointer;
45
  text-align: center;
 
46
  }
47
  .image-container:hover img {
48
  transform: scale(1.1);
 
53
  max-width: 100%;
54
  height: auto;
55
  display: block;
56
+ border-radius: 10px;
57
  }
58
  </style>
59
  </head>