Make images smaller. remove overflow
This commit is contained in:
@@ -103,7 +103,7 @@ body {
|
||||
padding: 10px;
|
||||
width: 250px;
|
||||
max-height: 300px;
|
||||
overflow: scroll;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.catalog-preview h1 {
|
||||
@@ -264,7 +264,7 @@ body {
|
||||
margin: 4px 12px 4px 0;
|
||||
cursor: pointer;
|
||||
height: auto;
|
||||
max-width: 100%;
|
||||
max-width: 40%;
|
||||
}
|
||||
|
||||
.post-vid {
|
||||
|
||||
Reference in New Issue
Block a user