further updates for mobile experience
This commit is contained in:
parent
a83c28f873
commit
ec4dfd1940
@ -69,7 +69,7 @@ body
|
|||||||
}
|
}
|
||||||
|
|
||||||
.grayblock .padded {
|
.grayblock .padded {
|
||||||
padding: 3rem;
|
padding: 0rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.horizontal {
|
.horizontal {
|
||||||
@ -91,11 +91,13 @@ body
|
|||||||
}
|
}
|
||||||
|
|
||||||
.vertical .content .image {
|
.vertical .content .image {
|
||||||
|
max-width: 90%;
|
||||||
width: 25rem;
|
width: 25rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.vertical .content .text {
|
.vertical .content .text {
|
||||||
margin-left: 2rem;
|
max-width: 90%;
|
||||||
|
margin: auto;
|
||||||
width: 26rem;
|
width: 26rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -106,8 +108,6 @@ body
|
|||||||
|
|
||||||
.horizontal .image {
|
.horizontal .image {
|
||||||
margin: 1rem;
|
margin: 1rem;
|
||||||
margin-left: 4rem;
|
|
||||||
margin-right: 4rem;
|
|
||||||
height: 20rem;
|
height: 20rem;
|
||||||
border-radius: 1rem;
|
border-radius: 1rem;
|
||||||
width: auto;
|
width: auto;
|
||||||
@ -211,6 +211,7 @@ body
|
|||||||
display: block;
|
display: block;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Style page content */
|
/* Style page content */
|
||||||
@ -294,21 +295,22 @@ body
|
|||||||
justify-content: center;
|
justify-content: center;
|
||||||
align-items:center;
|
align-items:center;
|
||||||
/* flex-direction: row; */
|
/* flex-direction: row; */
|
||||||
padding: 0px 2rem 0px 2rem;
|
/*padding: 0px 2rem 0px 2rem;*/
|
||||||
}
|
}
|
||||||
|
|
||||||
.container .button {
|
.container .button {
|
||||||
padding: 1rem 1.5rem 1rem 1.5rem;
|
padding: 1rem 1.5rem 1rem 1.5rem;
|
||||||
font-size: 2rem;
|
font-size: 2rem;
|
||||||
margin: 4rem;
|
margin: 4rem 1rem 1rem 1rem;
|
||||||
color: black;
|
color: black;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.container .preview {
|
.container .preview {
|
||||||
width: 20rem;
|
width: 20rem;
|
||||||
height: 20rem;
|
height: auto;
|
||||||
margin: 1rem 3rem 4rem 3rem;
|
margin: 1rem 3rem 4rem 3rem;
|
||||||
|
max-width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.container .button.logout {
|
.container .button.logout {
|
||||||
@ -329,8 +331,9 @@ body
|
|||||||
}
|
}
|
||||||
|
|
||||||
.sub.container {
|
.sub.container {
|
||||||
width: 20rem;
|
width: 40%;
|
||||||
justify-content: left;
|
justify-content: left;
|
||||||
|
display: flex;
|
||||||
}
|
}
|
||||||
|
|
||||||
.profile {
|
.profile {
|
||||||
@ -350,6 +353,7 @@ body
|
|||||||
.profile .name {
|
.profile .name {
|
||||||
font-size: 3rem;
|
font-size: 3rem;
|
||||||
color: #333;
|
color: #333;
|
||||||
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.grey {
|
.grey {
|
||||||
@ -367,3 +371,10 @@ body
|
|||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
margin-right: 1rem;
|
margin-right: 1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@media (max-width:800px) {
|
||||||
|
.sub.container {
|
||||||
|
justify-content: center;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
|
|
||||||
<div id="footer">
|
<div id="footer">
|
||||||
|
|
||||||
<div class="footer">
|
<div class="footer container">
|
||||||
<p>made by Raphael Maenle </p>
|
<p>made by Raphael Maenle </p>
|
||||||
<p><a href="mailto:raphael@maenle.net">raphael@maenle.net</a></p>
|
<p><a href="mailto:raphael@maenle.net">raphael@maenle.net</a></p>
|
||||||
<p><a href="/privacy">privacy policy</a></p>
|
<p><a href="/privacy">privacy policy</a></p>
|
||||||
|
Loading…
Reference in New Issue
Block a user