mirror of
https://github.com/mitchell/mjfs.us.git
synced 2025-07-01 16:56:08 +00:00
25 lines
335 B
CSS
25 lines
335 B
CSS
.home-container p {
|
|
text-align: left;
|
|
}
|
|
|
|
.home-container img {
|
|
border-radius: 3px;
|
|
display: block;
|
|
float: left;
|
|
margin-right: 1%;
|
|
width: 39%;
|
|
}
|
|
|
|
.signature {
|
|
float: right;
|
|
font-style: italic;
|
|
margin-right: 10%;
|
|
}
|
|
|
|
@media screen and ( max-width: 500px ) {
|
|
.home-container img {
|
|
margin: 5%;
|
|
width: 90%;
|
|
}
|
|
}
|