Skip to content

Commit

Permalink
mobile fix
Browse files Browse the repository at this point in the history
  • Loading branch information
IDEPTA committed Mar 10, 2024
1 parent e242b43 commit d15a289
Showing 1 changed file with 13 additions and 31 deletions.
44 changes: 13 additions & 31 deletions resources/css/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,6 @@
padding: 0px;
}

/*header{
background-color: #ccc;
display: flex;
}
nav{
margin: 30px;
width: 70%;
}
nav a{
margin: 0px 10px;
text-decoration: none;
color: white;
font-size: 20px;
}*/
.login{
text-align: right;
padding-right: 30px;
Expand All @@ -42,23 +28,6 @@ nav a{
.githubLink svg{
margin: 0px 5px;
}
/*footer {
display: flex;
justify-content: center;
align-items: center;
height: 10vb;
text-align: center;
width: 100%;
background-color: #272727;
}
footer p{
color: white;
font-size: 20px;
}
*/
/*main*/

main{

}
Expand Down Expand Up @@ -295,4 +264,17 @@ main{
}
.usersTable td a{
text-decoration: none;
}

@media (max-width: 700px){
.moreinfoCard{
width: 95%;
}
.commentsBlock{
width: 95%;
}
.authForm{
height: auto;
width: 100%;
}
}

0 comments on commit d15a289

Please sign in to comment.