commit e1dd4059006e74f2c493e049b5703a10b6c0003c parent ae85bd66e69cea20a536d4e3207ccde3cdb35508 Author: George Nunes <georgedarocha@gmail.com> Date: Thu, 19 Oct 2017 23:00:41 -0400 updating scss file to reflect css changes Diffstat:
| M | src/styles/main.scss | | | 11 | +++++++++++ |
1 file changed, 11 insertions(+), 0 deletions(-)
diff --git a/src/styles/main.scss b/src/styles/main.scss @@ -214,6 +214,17 @@ body { @media only screen and (min-width: $cut) { float: right; } + img { + @media only screen and (min-width: $cut) { + float: right; + } + } +} + +.contents { + @media only screen and (min-width: $cut) { + margin-left: 0; + } } .project-link {