Skip to content

Commit 5dcb6ed

Browse files
committed
Minor formatting issue.
1 parent 5d0b1d2 commit 5dcb6ed

File tree

4 files changed

+9
-7
lines changed

4 files changed

+9
-7
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ $(VIRTUAL_ENV):
3232

3333
.PHONY: run
3434
run: env
35-
$(LOCAL_PYTHON) -m gunicorn -w 4 wsgi:app
35+
$(LOCAL_PYTHON) -m gunicorn -w 4 wsgi:app
3636

3737
.PHONY: install
3838
install: env

flask_blueprint_tutorial/home/static/less/home.less

+6-4
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
margin-bottom: 20px;
3535
display: block;
3636
text-align: center;
37+
overflow: hidden;
3738
transition: @transition;
3839

3940
&:hover {
@@ -47,8 +48,8 @@
4748
}
4849

4950
.product-image {
50-
height: 110px;
51-
margin: 0 auto 20px;
51+
height: 95px;
52+
margin: 0 auto 15px;
5253
display: block;
5354
@media (max-width: 600px) {
5455
width: 90%;
@@ -66,8 +67,9 @@
6667
overflow: hidden;
6768
text-overflow: ellipsis;
6869
font-weight: 500;
69-
font-size: .9em;
70-
height: 42px;
70+
font-size: 1em;
71+
line-height: 1.3;
72+
height: 60px;
7173
}
7274

7375
.price {

flask_blueprint_tutorial/static/dist/css/home.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flask_blueprint_tutorial/static/dist/css/style.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)