We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1390fb4 commit 5407685Copy full SHA for 5407685
frontend/src/components/Skills/Skills.vue
@@ -27,7 +27,7 @@ export default {
27
backend: [
28
['Django', 'django.svg'],
29
['Node.js', 'nodejs-icon.svg'],
30
- ['PostgreSQL', 'postgresql.svg'],
+ ['Postgres', 'postgresql.svg'],
31
['MySQL', 'mysql.svg']
32
],
33
frontend: [
frontend/src/components/Skills/SkillsColumn.vue
@@ -3,7 +3,7 @@
3
<h1 class="skills-header">{{ name }}</h1>
4
<div class="columns is-centered" v-for="i in rowCount" :key="i">
5
<div
6
- class="column is-one-third"
+ class="column is-one-third-desktop is-one-half-tablet is-one-half-mobile"
7
v-for="skill in itemCountInRow(i)"
8
:key="skill[0]"
9
>
0 commit comments