Create about page

This commit is contained in:
Pierre HUBERT 2021-03-16 17:04:34 +01:00
parent 5c9d56208c
commit e786c19982
2 changed files with 18 additions and 4 deletions

View File

@ -4,6 +4,21 @@
* @author Pierre Hubert * @author Pierre Hubert
*/ */
.about-group-page { .about-group-page .props-list {
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: space-between;
}
.about-group-page .props-list .prop {
width: 50%;
padding: 5px;
margin-bottom: 5px;
min-height: 70px;
max-width: 200px;
}
.about-group-page .props-list .prop .title {
font-weight: bold;
} }

View File

@ -15,7 +15,6 @@
<div class="value" v-if="prop.url"><a v-bind:href="prop.url" target="_blank">{{prop.value}}</a></div> <div class="value" v-if="prop.url"><a v-bind:href="prop.url" target="_blank">{{prop.value}}</a></div>
</div> </div>
</div> </div>
</div> </div>