Need to include the images.
This commit is contained in:
parent
dcb6376f28
commit
31b224c6e8
2 changed files with 0 additions and 18 deletions
BIN
static/images/zedcaster_image.jpg
Normal file
BIN
static/images/zedcaster_image.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 59 KiB |
|
|
@ -336,9 +336,6 @@
|
|||
.flex-col {
|
||||
flex-direction: column;
|
||||
}
|
||||
.flex-row {
|
||||
flex-direction: row;
|
||||
}
|
||||
.items-center {
|
||||
align-items: center;
|
||||
}
|
||||
|
|
@ -643,21 +640,11 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
.sm\:flex-col {
|
||||
@media (width >= 40rem) {
|
||||
flex-direction: column;
|
||||
}
|
||||
}
|
||||
.sm\:p-0 {
|
||||
@media (width >= 40rem) {
|
||||
padding: calc(var(--spacing) * 0);
|
||||
}
|
||||
}
|
||||
.md\:flex-col {
|
||||
@media (width >= 48rem) {
|
||||
flex-direction: column;
|
||||
}
|
||||
}
|
||||
.md\:flex-row {
|
||||
@media (width >= 48rem) {
|
||||
flex-direction: row;
|
||||
|
|
@ -678,11 +665,6 @@
|
|||
flex-direction: column;
|
||||
}
|
||||
}
|
||||
.lg\:flex-row {
|
||||
@media (width >= 64rem) {
|
||||
flex-direction: row;
|
||||
}
|
||||
}
|
||||
.lg\:flex-row-reverse {
|
||||
@media (width >= 64rem) {
|
||||
flex-direction: row-reverse;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue