Even more mobile css fixes

This commit is contained in:
mrfry
2021-05-07 13:00:15 +02:00
parent 03c25a4a82
commit 92bed77a97
6 changed files with 12 additions and 12 deletions
+9 -4
View File
@@ -16,12 +16,17 @@
justify-content: space-around;
}
@media screen and (max-width: 700px) {
.gitRepos {
flex-direction: column;
}
}
.gitRepos a {
margin: 0px 5px;
}
.imgContainer {
float: right;
text-align: right;
padding-right: 50px;
.gitRepos img {
width: 400px;
max-width: 90%;
}