Skip to content

Commit 031148d

Browse files
committed
Limit size of home page images.
1 parent 9c2bca7 commit 031148d

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

app/.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
# files collected by manage.py collectstatic
2-
static/
32

43
# yarn pnp files
54
.pnp.*

app/alloydflanagan/static/css/components/Header.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,7 @@
1414
background-color: red;
1515
opacity: 0.5;
1616
}
17+
18+
#content img {
19+
max-width: 400px;
20+
}

0 commit comments

Comments
 (0)