Skip to content

Commit 426f47b

Browse files
committed
fix layout
1 parent 99e90cb commit 426f47b

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

src/app/home-page/home-page.component.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ <h3>
1414
</li>
1515
</ul>
1616
<div class="row">
17-
<div class="col-md-6 text-left">
17+
<div class="col-md-10 text-left">
1818
<p class="summary">{{ post.shortDescription }}</p>
1919
</div>
20-
<div class="col-md-6 text-right">
20+
<div class="col-md-2 text-right">
2121
<a class="btn btn-gold" href="/post-details/{{ post.id }}" role="button">Слушать</a>
2222
</div>
2323
</div>

src/app/sidenav/sidenav.component.html

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,8 @@
1010
<button type="button" class="btn btn-block btn-outline-dark" (click)="goToAddTheme()">Предложить тему для подкаста</button>
1111
<a href="https://www.patreon.com/join/automation_remarks?" class="btn btn-block btn-outline-warning">Стать патроном</a>
1212
<a href="https://privatbank.ua/ru/sendmoney?payment=89d8c8027629046881565e4fa40b2415262d8119" class="btn btn-block btn-outline-warning">Задонатить один раз</a>
13-
14-
15-
1613
<a href="https://qaguild-slack.herokuapp.com" class="btn btn-block btn-outline-success">Чат подкаста в Slack</a>
1714
<a href="https://soundcloud.com/qaguild" class="btn btn-block btn-outline-secondary">Подпишись в Soundcloud</a>
15+
<a href="https://www.google.com/podcasts?feed=aHR0cDovL2ZlZWRzLnNvdW5kY2xvdWQuY29tL3VzZXJzL3NvdW5kY2xvdWQ6dXNlcnM6MzcxMzM0MDk4L3NvdW5kcy5yc3M&fbclid=IwAR3u0O2LD1wzSC7tSGBcD2Y_Doz_UY-SQW2_eNGnngnwL0lS-sjTPyG6wlo" class="btn btn-block btn-outline-secondary">Google podcasts</a>
1816
<a href="http://feeds.soundcloud.com/users/soundcloud:users:371334098/sounds.rss" class="btn btn-block btn-outline-secondary">RSS</a>
1917
</div>

0 commit comments

Comments
 (0)