|
@@ -5157,6 +5157,10 @@ button,
|
|
|
height: 32px;
|
|
|
margin-left: 8px;
|
|
|
}
|
|
|
+ .suggestion-item{
|
|
|
+ width: 85%;
|
|
|
+ margin: 0 auto;
|
|
|
+ }
|
|
|
|
|
|
@media screen and (max-width: 480px) {
|
|
|
.user-info-bar {
|
|
@@ -5224,7 +5228,7 @@ button,
|
|
|
}
|
|
|
|
|
|
.suggestion-card {
|
|
|
- width: 98% !important;
|
|
|
+ width: 90% !important;
|
|
|
padding: 16px 2px !important;
|
|
|
margin: 10px auto !important;
|
|
|
}
|