Something something switching to sass

This commit is contained in:
Michał Gdula 2022-08-11 18:28:52 +00:00
parent 85afe70daa
commit 4007f47e49
13 changed files with 991 additions and 105 deletions

View file

@ -6,7 +6,7 @@
<title>Lynx Gallery</title>
<!-- Stylesheets -->
<link rel="stylesheet" href="css/master.css">
<link rel="stylesheet" href="css/main.css">
<link rel="stylesheet" href="css/normalise.css">
<!-- Google Fonts -->
@ -147,7 +147,7 @@
}
?>
<div class="image-container space-bottom-large">
<div class="image-container">
<img class='image' id='<?php echo $image['id']; ?>' src='<?php echo $image_path; ?>' alt='<?php echo $image_alt; ?>'>
</div>