about_version_mobile.css 371 B

12345678910111213141516171819
  1. /* Copyright (c) 2012 The Chromium Authors. All rights reserved.
  2. * Use of this source code is governed by a BSD-style license that can be
  3. * found in the LICENSE file. */
  4. #outer {
  5. min-width: 0; /* Wrap content to screen on mobile. */
  6. text-align: left;
  7. width: 90%;
  8. }
  9. #inner {
  10. width: auto;
  11. }
  12. #logo {
  13. float: none;
  14. margin-left: auto;
  15. margin-right: auto;
  16. }