Skip to content

Commit 05c7ab9

Browse files
committed
use more space on prohects page
1 parent b7fd06d commit 05c7ab9

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

projects/index.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@
3232
</button>
3333

3434
<style>
35+
.container {
36+
max-width: 86%;
37+
}
3538
.userIcon {
3639
width:32px;
3740
height:32px;
@@ -126,7 +129,8 @@ <h1>Projects</h1>
126129
During our meetings, you are invited to pitch your project, find enthusiasts, break out into smaller meetings in parallel, and continue to work in teams after the online BrainWeb meeting.
127130
</p>
128131

129-
<div v-cloak class="row">
132+
<!-- <div v-cloak class="row"> -->
133+
<div v-cloak >
130134
<div class="q-pa-md row items-start q-gutter-xl">
131135
<q-card
132136
v-for="pr in projects"

0 commit comments

Comments
 (0)