kopia lustrzana https://github.com/osm2vectortiles/osm2vectortiles
Fix profile image bug on mobile
rodzic
1fa4964b7c
commit
f8c0d92ab3
|
|
@ -155,6 +155,11 @@ body{
|
|||
.contributor-profile {
|
||||
text-align: center;
|
||||
|
||||
.circular {
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
}
|
||||
|
||||
h3{
|
||||
&:hover{
|
||||
}
|
||||
|
|
|
|||
|
|
@ -235,4 +235,12 @@ center, .center, .text-center{text-align: center;}
|
|||
box-shadow: 0 0 8px rgba(0, 0, 0, .2);
|
||||
-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .2);
|
||||
-moz-box-shadow: 0 0 8px rgba(0, 0, 0, .2);
|
||||
|
||||
@media(max-width: 841px){
|
||||
width: 150px;
|
||||
height: 150px;
|
||||
border-radius: 75px;
|
||||
-webkit-border-radius: 75px;
|
||||
-moz-border-radius: 75px;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Ładowanie…
Reference in New Issue