Update README.md
Browse files
README.md
CHANGED
|
@@ -6,13 +6,13 @@ license: apache-2.0
|
|
| 6 |
img {
|
| 7 |
display: block;
|
| 8 |
position: static;
|
| 9 |
-
width: min(76%,
|
| 10 |
height: auto;
|
| 11 |
max-width: 100%;
|
| 12 |
margin: 3rem auto 2.5rem;
|
| 13 |
object-fit: contain;
|
| 14 |
|
| 15 |
-
border:
|
| 16 |
border-radius: 1rem;
|
| 17 |
outline: none;
|
| 18 |
|
|
|
|
| 6 |
img {
|
| 7 |
display: block;
|
| 8 |
position: static;
|
| 9 |
+
width: min(76%, 480px);
|
| 10 |
height: auto;
|
| 11 |
max-width: 100%;
|
| 12 |
margin: 3rem auto 2.5rem;
|
| 13 |
object-fit: contain;
|
| 14 |
|
| 15 |
+
border: 0px solid rgba(255, 255, 255, 0.16);
|
| 16 |
border-radius: 1rem;
|
| 17 |
outline: none;
|
| 18 |
|