Skip to content

Commit ef3bbe4

Browse files
author
Tania Allard
committed
Minimal changes
1 parent 9a1699c commit ef3bbe4

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

session5/CFG_app/templates/spotify_show.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,12 @@
22
{% block title %} NASA API search {% endblock %}
33

44
{% block content %}
5-
<div class="main" >
6-
<div class='container' style = 'position: relative; top: 100px;'>
5+
<div class="section section-gray" >
6+
<div class='container' style = 'position: relative; top: 70px;'>
77
<div class="header text-center" >
88
<h1 class="title">Search results for: <span class="text-primary">
99
"{{query}}"</span></h1>
10+
<br>
1011
</div>
1112
<div class="row">
1213
{% if search_type == ["artist"] %}

session5/CFG_app/templates/tweets_show.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33

44
{% block content %}
55
<!-- Main content will be displayed on a gray background -->
6-
<div class="section-gray">
6+
<div class="section section-gray">
77

88
<!-- Hard coded to be displayed at a certain height -->
9-
<div class='container' style='top: 200px; position:relative;'>
9+
<div class='container' style='top: 50px; position:relative;'>
1010
<div class="row">
1111
<div class="col-sm-12">
1212

0 commit comments

Comments
 (0)