Skip to content

Commit

Permalink
chancge layout on small screens
Browse files Browse the repository at this point in the history
  • Loading branch information
nikos committed May 26, 2024
1 parent 74e6f0b commit 9640fd0
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions paintings/painting1.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,19 +20,6 @@
<link rel="stylesheet" href="../assets/css/simple-lightbox.css" />
<!--<link rel="alternate" hreflang="el" href="https://nikospantazis.com/index.html" />
<link rel="alternate" hreflang="en" href="https://nikospantazis.com/index-en.html" />-->
<style>
#myViewport {
cursor: grab;
display: flex;
align-items: center;
justify-content: center;
}
#myImage {
width: auto;
height: auto;
margin: 0;
}
</style>
</head>
<body class="is-preload">
<div class=topright>
Expand All @@ -42,7 +29,7 @@ <h6><br></h6>
<h3 class="align-left">&nbsp;&nbsp;&nbsp;Νίκος Πανταζής</h3>
<div class="container">
<section id="photos-shop">
<div id="myViewport" style="width:auto;height:75vh; overflow:hidden;">
<div id="myViewport">
<div id="myContent">
<img id="myImage" src="../images/group1/big/DSC_1034b.jpg" alt="image" />
</div>
Expand Down

0 comments on commit 9640fd0

Please sign in to comment.