merch
parent
1db8761465
commit
9f86abd81c
Binary file not shown.
After Width: | Height: | Size: 2.6 MiB |
|
@ -0,0 +1,7 @@
|
|||
|
||||
img {
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
object-fit: contain;
|
||||
border-radius: 5%;
|
||||
}
|
|
@ -11,5 +11,6 @@
|
|||
@import 'variables';
|
||||
@import 'shared';
|
||||
|
||||
@import 'merch';
|
||||
@import 'gallery';
|
||||
@import 'critters';
|
||||
|
|
|
@ -0,0 +1,3 @@
|
|||
<section id="merch">
|
||||
<img src="style/img/Merch.jpg"/ alt="Merch"/>
|
||||
</section>
|
Loading…
Reference in New Issue