.
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Captain ALM 2022-07-26 15:11:19 +01:00
parent 0212c870c4
commit 764b9d3239
Signed by: alfred
GPG Key ID: 4E4ADD02609997B1
2 changed files with 7 additions and 8 deletions

View File

@ -87,6 +87,7 @@ main{
.main-table > div > div{
display: table-cell;
margin: 3px 0;
padding: 3px 0;
border-style: solid;
border-width: 1px;
vertical-align: middle;
@ -100,7 +101,7 @@ main{
display: table-row;
background-color: transparent;
}
.item-table-full, .item-table-half, .item-table-480{
.item-table-full, .item-table-half, .item-table-240{
display: table-cell;
border-style: solid;
border-width: 1px;
@ -110,8 +111,8 @@ main{
.item-table-full{
width: 100%;
}
.item-table-half{
width: 50%;
.item-table-240{
width: 240px;
}
@media (min-width: 480px){
.nav{
@ -131,9 +132,7 @@ main{
display: none;
}
.main-table > div > div{
padding: 5px;
margin: 5px;
}
.item-table-480{
width: 480px;
}
}

View File

@ -42,8 +42,8 @@
<div class="item-table-full">
{{ .Data.About.GetContent }}
</div>
<div class="item-table-480">
<a href="{{ .Data.About.ImageLocation }}"><img src="{{ .Data.About.ThumbnailLocation }}" alt="Image of Me." width="480px"></a>
<div class="item-table-240">
<a href="{{ .Data.About.ImageLocation }}"><img src="{{ .Data.About.ThumbnailLocation }}" alt="Image of Me." width="240px"></a>
</div>
</div>
</div>