Merge branch 'main' of src.steve.ayerh.art:steve/dundo.farm
commit
961a417e58
|
@ -20,5 +20,5 @@
|
||||||
# Learn more: http://github.com/javan/whenever
|
# Learn more: http://github.com/javan/whenever
|
||||||
|
|
||||||
every 1.minute do
|
every 1.minute do
|
||||||
rake 'ig:update_media'
|
rake 'db:seed:replant'
|
||||||
end
|
end
|
||||||
|
|
Binary file not shown.
After Width: | Height: | Size: 155 KiB |
Before Width: | Height: | Size: 42 KiB After Width: | Height: | Size: 42 KiB |
Before Width: | Height: | Size: 63 KiB After Width: | Height: | Size: 63 KiB |
|
@ -8,6 +8,7 @@
|
||||||
width: 100%;
|
width: 100%;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
flex-wrap: wrap;
|
||||||
|
|
||||||
&:nth-child(even) {
|
&:nth-child(even) {
|
||||||
flex-direction: row-reverse;
|
flex-direction: row-reverse;
|
||||||
|
@ -23,7 +24,6 @@
|
||||||
&:nth-child(odd) {
|
&:nth-child(odd) {
|
||||||
img {
|
img {
|
||||||
box-shadow: -30px 0px 0px #f2dfce;
|
box-shadow: -30px 0px 0px #f2dfce;
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -47,6 +47,12 @@
|
||||||
p {
|
p {
|
||||||
padding: 12px 0;
|
padding: 12px 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media (max-width: 600px) {
|
||||||
|
h1,h2,p {
|
||||||
|
text-align: center;;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
img {
|
img {
|
||||||
|
|
|
@ -0,0 +1,7 @@
|
||||||
|
|
||||||
|
img {
|
||||||
|
height: 100%;
|
||||||
|
width: 100%;
|
||||||
|
object-fit: contain;
|
||||||
|
border-radius: 5%;
|
||||||
|
}
|
|
@ -87,7 +87,6 @@ body {
|
||||||
|
|
||||||
.container {
|
.container {
|
||||||
max-width: 900px;
|
max-width: 900px;
|
||||||
min-width: 760px;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -11,5 +11,6 @@
|
||||||
@import 'variables';
|
@import 'variables';
|
||||||
@import 'shared';
|
@import 'shared';
|
||||||
|
|
||||||
|
@import 'merch';
|
||||||
@import 'gallery';
|
@import 'gallery';
|
||||||
@import 'critters';
|
@import 'critters';
|
||||||
|
|
|
@ -0,0 +1,3 @@
|
||||||
|
<section id="merch">
|
||||||
|
<img src="style/img/Merch.jpg"/ alt="Merch"/>
|
||||||
|
</section>
|
Loading…
Reference in New Issue