mobile css tweaks
I've discovered i can run a server that my phone can access!!!! woo no more small github pushes!!
This commit is contained in:
parent
86d2aca043
commit
22add541f8
2 changed files with 18 additions and 7 deletions
|
@ -25,7 +25,7 @@
|
||||||
</h2>
|
</h2>
|
||||||
|
|
||||||
<div style = "width: 100%; height: auto; text-align: center;">
|
<div style = "width: 100%; height: auto; text-align: center;">
|
||||||
<img src = "images\ProfilePlaceholder.png" class = "orangeBorder">
|
<img src = "images\ProfilePlaceholder.png" class = "profileImage orangeBorder">
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<h3 style = "margin-bottom: 5vh;">
|
<h3 style = "margin-bottom: 5vh;">
|
||||||
|
|
|
@ -219,6 +219,19 @@ h4{
|
||||||
font-size: 2.3vw;
|
font-size: 2.3vw;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.profileImage{
|
||||||
|
margin: 0;
|
||||||
|
width: 100%;
|
||||||
|
|
||||||
|
border: none;
|
||||||
|
border-radius: 0;
|
||||||
|
border-top: 5px solid #ffd256;
|
||||||
|
border-bottom: 5px solid #ffd256;
|
||||||
|
|
||||||
|
padding-left: 0;
|
||||||
|
padding-right: 0;
|
||||||
|
}
|
||||||
|
|
||||||
#galleryHeader{
|
#galleryHeader{
|
||||||
margin-left: 0;
|
margin-left: 0;
|
||||||
margin-right: 0;
|
margin-right: 0;
|
||||||
|
@ -235,10 +248,6 @@ h4{
|
||||||
margin-right: 0;
|
margin-right: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.galleryDescriptor{
|
|
||||||
grid-column: 1/13;
|
|
||||||
}
|
|
||||||
|
|
||||||
.galleryImage{ /*all images should be 700x700*/
|
.galleryImage{ /*all images should be 700x700*/
|
||||||
grid-column: 1/13;
|
grid-column: 1/13;
|
||||||
grid-row: 3/8;
|
grid-row: 3/8;
|
||||||
|
@ -276,19 +285,21 @@ h4{
|
||||||
font-size: 3.5vh;
|
font-size: 3.5vh;
|
||||||
|
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
|
border: 5px solid #ffd256;
|
||||||
border-left: 0;
|
border-left: 0;
|
||||||
border-right: 0;
|
border-right: 0;
|
||||||
border-bottom: 2px solid #ffd256;;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.galleryCaption{
|
.galleryCaption{
|
||||||
grid-column: 1/13;
|
grid-column: 1/13;
|
||||||
grid-row: 8/13;
|
grid-row: 8/13;
|
||||||
|
|
||||||
border-radius: 0;
|
|
||||||
font-size: 4vw;
|
font-size: 4vw;
|
||||||
|
|
||||||
|
border: 5px solid #ffd256;
|
||||||
border-left: 0;
|
border-left: 0;
|
||||||
border-right: 0;
|
border-right: 0;
|
||||||
|
border-radius: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.galleryLeftArrow{
|
.galleryLeftArrow{
|
||||||
|
|
Loading…
Add table
Reference in a new issue