Merge pull request #13 from jpez-development/mobile_version
added mobile version for portfolio
This commit is contained in:
commit
c67807836e
|
|
@ -14,8 +14,10 @@
|
|||
<link rel="icon" type="image/svg+xml" href="assets/images/favicon.svg">
|
||||
|
||||
<link rel="stylesheet" href="style/main.css" media = "screen">
|
||||
<link rel="stylesheet" href="style/mobile.css" media ="screen and (max-width:800px)">
|
||||
<link rel="stylesheet" href="portfolio/portfolio.css" media="screen">
|
||||
<link rel="stylesheet" href="style/mobile.css" media ="screen and (max-width:800px)">
|
||||
<link rel="stylesheet" href="portfolio/portfolio_mobile.css" media ="screen and (max-width:800px)">
|
||||
|
||||
</head>
|
||||
<body id="clicked">
|
||||
|
||||
|
|
|
|||
|
|
@ -0,0 +1,14 @@
|
|||
.project {
|
||||
margin: 0;
|
||||
max-width: 25.6em;
|
||||
border-radius: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.project > img {
|
||||
max-width: 25em;
|
||||
}
|
||||
|
||||
.project > video {
|
||||
max-width: 25em;
|
||||
}
|
||||
|
|
@ -14,13 +14,10 @@ body {
|
|||
}
|
||||
|
||||
main {
|
||||
margin-left: 0.2em;
|
||||
border-top-right-radius: 0em;
|
||||
border-bottom-right-radius: 0em;
|
||||
}
|
||||
|
||||
|
||||
|
||||
.navigation {
|
||||
min-width: 10em;
|
||||
width: 200%;
|
||||
|
|
|
|||
Loading…
Reference in New Issue