diff --git a/yelp/static/style.css b/yelp/static/style.css index 02a85fb..a53bce7 100644 --- a/yelp/static/style.css +++ b/yelp/static/style.css @@ -395,7 +395,9 @@ header a:hover { height: 130px; border-radius: 6px 6px 0 0; } - +.card-image img{ + width:120px; +} .card-image:hover { transform: scale(0.98); } diff --git a/yelp/templates/index2.html b/yelp/templates/index2.html index 8f9e10f..c94e06c 100644 --- a/yelp/templates/index2.html +++ b/yelp/templates/index2.html @@ -70,114 +70,19 @@
{{ review.content }}
+
diff --git a/yelp/templates/wall.html b/yelp/templates/wall.html
index ff29ea3..db7b305 100644
--- a/yelp/templates/wall.html
+++ b/yelp/templates/wall.html
@@ -28,6 +28,7 @@
{% csrf_token %}
You are writing a review for {{ request.session.name }}