More and Repo on Project pages
This commit is contained in:
@ -134,4 +134,18 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.more {
|
||||
float: right;
|
||||
}
|
||||
|
||||
@media screen and (max-width: 900px) {
|
||||
.more {
|
||||
float: none;
|
||||
display: block;
|
||||
width: max-content;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user