Skip to content

Commit c9324e2

Browse files
committed
Fix for SFA logos on mobile
Signed-off-by: Jimmy McArthur <jimmy@tipit.net>
1 parent c8a7693 commit c9324e2

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

openstack.cn/index.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -231,6 +231,12 @@
231231
font-size: 80px;
232232
}
233233

234+
@media all and (max-width: 767px) {
235+
.session {
236+
max-width: 50%;
237+
min-width: 50%; } }
238+
239+
234240
</style>
235241
</head>
236242

0 commit comments

Comments
 (0)