Merge pull request #3005 from dalyUSN/temp-U4-9967

Preview update: smartphone sizes
This commit is contained in:
Sebastiaan Janssen
2018-09-27 11:55:05 +02:00
committed by GitHub

View File

@@ -790,13 +790,13 @@ h4.panel-title {
}
.smartphone-portrait {
width: 320px;
height: 504px;
width: 360px;
height: 640px;
}
.smartphone-landscape {
width: 480px;
height: 256px;
width: 640px;
height: 360px;
}
.border {