Correcting CPFP button position on mobile

fixes #1006
This commit is contained in:
softsimon
2021-12-15 02:16:45 +04:00
parent da94f5a398
commit adeb1f7e26
2 changed files with 9 additions and 3 deletions

View File

@@ -127,7 +127,6 @@
}
}
.title {
h2 {
line-height: 1;
@@ -137,7 +136,14 @@
}
.btn-outline-info {
margin-top: -10px;
margin-top: 5px;
@media (min-width: 768px){
margin-top: 0px;
}
}
.details-button {
margin-top: -5px;
@media (min-width: 768px){
display: inline-block;
margin-top: 0px;