Skip to content

Commit e78910e

Browse files
author
Mykola Ptushchuk
authored
Change columns for downloads section on medium screens (#5400)
1 parent 432b600 commit e78910e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

templates/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -148,10 +148,10 @@ <h2>Guidelines</h2>
148148

149149
<div class="p-strip">
150150
<div class="row">
151-
<div class="col-4 col-medium-2">
151+
<div class="col-4">
152152
<h2>Downloads</h2>
153153
</div>
154-
<div class="p-card--highlighted col-4 col-medium-2">
154+
<div class="p-card--highlighted col-4 col-medium-3">
155155
<div class="p-heading-icon--small">
156156
<div class="p-heading-icon__header">
157157
<img class="p-heading-icon__img" src="https://assets.ubuntu.com/v1/0276b842-github-icon.svg" alt="GitHub repo:" />
@@ -162,7 +162,7 @@ <h3 class="p-heading-icon__title">Vanilla Framework</h3>
162162
<small>See the <a href="https://github.com/canonical/vanilla-framework/releases">release notes</a> for details on the latest&nbsp;updates.</small>
163163
</div>
164164
</div>
165-
<div class="p-card--highlighted col-4 col-medium-2">
165+
<div class="p-card--highlighted col-4 col-medium-3">
166166
<div class="p-heading-icon--small">
167167
<div class="p-heading-icon__header">
168168
<img class="p-heading-icon__img" src="https://assets.ubuntu.com/v1/9a5b9c51-sketch-icon.svg" alt="Sketch library:" />

0 commit comments

Comments
 (0)