mirror of
https://github.com/pierre42100/ComunicWeb
synced 2024-11-22 12:09:21 +00:00
Create about page
This commit is contained in:
parent
5c9d56208c
commit
e786c19982
@ -4,6 +4,21 @@
|
||||
* @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;
|
||||
}
|
@ -15,9 +15,8 @@
|
||||
<div class="value" v-if="prop.url"><a v-bind:href="prop.url" target="_blank">{{prop.value}}</a></div>
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user