Skip to content

Commit 5407685

Browse files
committed
Update column sizes per breakpoint
1 parent 1390fb4 commit 5407685

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

frontend/src/components/Skills/Skills.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ export default {
2727
backend: [
2828
['Django', 'django.svg'],
2929
['Node.js', 'nodejs-icon.svg'],
30-
['PostgreSQL', 'postgresql.svg'],
30+
['Postgres', 'postgresql.svg'],
3131
['MySQL', 'mysql.svg']
3232
],
3333
frontend: [

frontend/src/components/Skills/SkillsColumn.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<h1 class="skills-header">{{ name }}</h1>
44
<div class="columns is-centered" v-for="i in rowCount" :key="i">
55
<div
6-
class="column is-one-third"
6+
class="column is-one-third-desktop is-one-half-tablet is-one-half-mobile"
77
v-for="skill in itemCountInRow(i)"
88
:key="skill[0]"
99
>

0 commit comments

Comments
 (0)