Merge pull request #14 from jpez-development/mobile_version

added blog mobile responsiveness
This commit is contained in:
Joshua Perry 2022-04-17 12:51:21 +01:00 committed by GitHub
commit 25b0ecd6f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 12 additions and 1 deletions

View File

@ -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="blog/blog.css" media="screen">
<link rel="stylesheet" href="style/mobile.css" media ="screen and (max-width:800px)">
<link rel="stylesheet" href="blog/blog_mobile.css" media ="screen and (max-width:800px)">
</head>
<body id="clicked">

9
blog/blog_mobile.css Normal file
View File

@ -0,0 +1,9 @@
.blog {
display: list-item;
}
.blog_post {
margin: 0;
padding: 0em;
border-radius: 0;
}