Text-to-Image
Diffusers
Safetensors
English
StableDiffusionXLPipeline
art
Inference Endpoints
KBlueLeaf commited on
Commit
b4ba4ce
1 Parent(s): 9379da5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -5
README.md CHANGED
@@ -36,7 +36,7 @@ tags:
36
  }
37
 
38
  .image-viewer label {
39
- padding: 20px;
40
  background-color: #B398F5;
41
  background-size: cover;
42
  background-position: center;
@@ -44,18 +44,18 @@ tags:
44
  cursor: pointer;
45
  transition: 0.3s ease;
46
  color: black;
47
- margin: 10px;
48
  }
49
 
50
  .image-viewer label:hover {
51
  background-color: #4C88F5;
52
- padding: 25px;
53
- margin: 5px;
54
  }
55
 
56
  .image-viewer input[type="radio"]:checked + label {
57
  background-color: #6296F5;
58
- padding: 30px;
59
  margin: 0px;
60
  }
61
 
 
36
  }
37
 
38
  .image-viewer label {
39
+ padding: 18px;
40
  background-color: #B398F5;
41
  background-size: cover;
42
  background-position: center;
 
44
  cursor: pointer;
45
  transition: 0.3s ease;
46
  color: black;
47
+ margin: 9px;
48
  }
49
 
50
  .image-viewer label:hover {
51
  background-color: #4C88F5;
52
+ padding: 21px;
53
+ margin: 6px;
54
  }
55
 
56
  .image-viewer input[type="radio"]:checked + label {
57
  background-color: #6296F5;
58
+ padding: 27px;
59
  margin: 0px;
60
  }
61