More styling changes.

This commit is contained in:
John Shaver 2017-08-12 21:13:41 -07:00
parent 49ce0d30a8
commit 1917f572b2
3 changed files with 37 additions and 15 deletions

View File

@ -0,0 +1,26 @@
.project-image {
right: unset;
flex-direction: row;
position: relative;
justify-content: space-between;
flex-wrap: wrap;
max-width: unset;
width: 90vw;
margin-left: -0.5rem;
margin-right: -0.5rem;
margin-top: 0.8rem;
margin-bottom: 0.8rem;
}
.flex-container {
max-width: 90%;
}
img {}
.project-image > img {
max-width: 90%;
margin: 0.5rem;
}

View File

@ -1,6 +1,6 @@
.flex-container {
width: 5.5in;
max-width: 90%;
width: 35rem;
max-width: 50%;
margin: 0 auto;
}
@ -38,30 +38,26 @@ p.attention {
}
h4 {
font-weight: normal;
font-weight: 500;
font-style: italic;
}
img.project-image {
max-width: 30%;
}
.project {
display: flex;
display: block;
position: relative;
}
.project-image {
margin: 2rem;
display: flex;
flex-direction:
column;position:
absolute;width:
50%;right:
100%;align-items:
flex-end;
flex-direction: column;
position: absolute;
width: 15rem;
max-width: 40%;
right: 100%;
align-items: flex-end;
}
.project-image > img {

View File

@ -1,7 +1,7 @@
<head>
<meta name="viewport" content="width=device-width">
<link rel="stylesheet" href="css/main.css" />
<link rel="stylesheet" media="screen and (max-width: 700.px)" href="css/700.css" />
<link rel="stylesheet" media="screen and (max-width: 700px)" href="css/700.css" />
<link href="https://fonts.googleapis.com/css?family=Roboto:400,400i,500,500i,700" rel="stylesheet">
<title>Javascipt Developer - Portfolio</title>
</head>