Skip to content

Commit

Permalink
Minor formatting issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
toddbirchard committed Dec 16, 2023
1 parent 5d0b1d2 commit 5dcb6ed
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ $(VIRTUAL_ENV):

.PHONY: run
run: env
$(LOCAL_PYTHON) -m gunicorn -w 4 wsgi:app
$(LOCAL_PYTHON) -m gunicorn -w 4 wsgi:app

.PHONY: install
install: env
Expand Down
10 changes: 6 additions & 4 deletions flask_blueprint_tutorial/home/static/less/home.less
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
margin-bottom: 20px;
display: block;
text-align: center;
overflow: hidden;
transition: @transition;

&:hover {
Expand All @@ -47,8 +48,8 @@
}

.product-image {
height: 110px;
margin: 0 auto 20px;
height: 95px;
margin: 0 auto 15px;
display: block;
@media (max-width: 600px) {
width: 90%;
Expand All @@ -66,8 +67,9 @@
overflow: hidden;
text-overflow: ellipsis;
font-weight: 500;
font-size: .9em;
height: 42px;
font-size: 1em;
line-height: 1.3;
height: 60px;
}

.price {
Expand Down
2 changes: 1 addition & 1 deletion flask_blueprint_tutorial/static/dist/css/home.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion flask_blueprint_tutorial/static/dist/css/style.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 5dcb6ed

Please sign in to comment.