diff --git a/assets/css/layout.css b/assets/css/layout.css index b8fcc0c..e317d26 100644 --- a/assets/css/layout.css +++ b/assets/css/layout.css @@ -261,11 +261,11 @@ box-shadow: var(--shadow-outset); } -.section--preview.horizontal img { +/* .section--preview.horizontal img { width: 90vh; height: 90vw; transform: rotate(0deg); -} +} */ .section--switch .section__intro{ flex-direction: column; diff --git a/assets/css/media.css b/assets/css/media.css index 6b96318..2d3ebbf 100644 --- a/assets/css/media.css +++ b/assets/css/media.css @@ -83,9 +83,6 @@ } @media screen and (min-width: 75.0625rem) { - .section--preview img { - transform: rotate(0deg); - } .close--preview { top: 2rem;