diff options
author | echo <91651232+exhq@users.noreply.github.com> | 2022-08-21 19:24:16 +0430 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-21 19:24:16 +0430 |
commit | 2aac944f10f692a44acd46ae87a34162aa1bb16c (patch) | |
tree | 2715d1b4fbf6aa52ec2d5fe332279cdddca4f2d0 /styles.css | |
parent | 66579eee2fd28dae997f362d19b86ecabac31eea (diff) | |
parent | 7a0460316f2b748ca1ab41f503bb265386a3db66 (diff) | |
download | exhq.github.io-2aac944f10f692a44acd46ae87a34162aa1bb16c.tar.gz exhq.github.io-2aac944f10f692a44acd46ae87a34162aa1bb16c.tar.bz2 exhq.github.io-2aac944f10f692a44acd46ae87a34162aa1bb16c.zip |
Merge pull request #4 from oxi1224/main
ae
Diffstat (limited to 'styles.css')
-rw-r--r-- | styles.css | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -281,3 +281,19 @@ html{ grid-template-columns: repeat(2, 1fr); grid-template-rows: repeat(3, 1fr); } + +.jsimg { + margin-left: 10%; +} + +@media only screen and (max-width: 900px) { + /* .data{ + margin-left: 0 + } */ + .javaimg{ + margin-left: 0; + } + .jsimg { + margin-left: 0; + } +} |