diff options
-rw-r--r-- | style.scss | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -37,8 +37,8 @@ p { } p img { -// width: 90%; - width: 40em; + width: 100%; + max-width: 40em; height: auto; } |
index : kassandra | ||
Unnamed repository; edit this file 'description' to name the repository. | Jonas Smedegaard |
summaryrefslogtreecommitdiff |
-rw-r--r-- | style.scss | 4 |
@@ -37,8 +37,8 @@ p { } p img { -// width: 90%; - width: 40em; + width: 100%; + max-width: 40em; height: auto; } |