Fix image sizing
This commit is contained in:
parent
663671f9e4
commit
bf629ac985
2 changed files with 2 additions and 1 deletions
|
|
@ -33,6 +33,7 @@ img {
|
|||
-ms-user-select: none;
|
||||
user-select: none;
|
||||
margin: 1px;
|
||||
max-width: 500px;
|
||||
}
|
||||
@media only screen and (max-width: 1000px){
|
||||
h2 {
|
||||
|
|
|
|||
|
|
@ -231,7 +231,7 @@ h4 {
|
|||
font-size: 0.6em;
|
||||
}
|
||||
img {
|
||||
max-width: 500px;
|
||||
max-width: 400px;
|
||||
}
|
||||
select {
|
||||
font-size: 0.8em;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue