Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Donald Haase
Web-Comic-Reader
Commits
7b8d8645
Commit
7b8d8645
authored
Apr 22, 2017
by
afzafri
Browse files
added css for resizing images on mobile phone view
parent
7046920d
Changes
1
Hide whitespace changes
Inline
Side-by-side
assets/css/styles.css
View file @
7b8d8645
...
...
@@ -36,4 +36,15 @@ fieldset {
.imgUrl
:hover
{
-webkit-transform
:
scale
(
1.1
);
transform
:
scale
(
1.1
);
}
/* for mobile */
@media
only
screen
and
(
min-device-width
:
320px
)
and
(
max-device-width
:
480px
)
{
.imgUrl
{
float
:
center
;
height
:
120px
;
padding
:
5px
;
}
}
\ No newline at end of file
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment