Sha256: c3a836007c52feac8bfee1c2f183174bfa0c53a900f9943a71e573079bb96a51

Contents?: true

Size: 1005 Bytes

Versions: 9

Compression:

Stored size: 1005 Bytes

Contents

/**
 * Copyright (c) 2017-present, Facebook, Inc.
 *
 * This source code is licensed under the MIT license found in the
 * LICENSE file in the root directory of this source tree.
 */
 
/* your custom css */

@media only screen and (min-device-width: 360px) and (max-device-width: 736px) {
}

@media only screen and (min-width: 1024px) {
}

@media only screen and (max-width: 1023px) {
}

@media only screen and (min-width: 1400px) {
}

@media only screen and (min-width: 1500px) {
}

.homeSplashFade {
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
}

body {
  color: #24292e;
  font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;
  font-size: 16px;
  line-height: 1.5;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  word-wrap: break-word;
}

h2 {
  font-weight: 200;
}

.homeContainer {
  background-color: #3F4C6B;
  padding: 32px;
  text-align: center;
}

.projectTitle { color: white; }

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
panko_serializer-0.8.2 docs/static/css/custom.css
panko_serializer-0.8.1 docs/static/css/custom.css
panko_serializer-0.8.0 docs/static/css/custom.css
panko_serializer-0.7.9 docs/static/css/custom.css
panko_serializer-0.7.7 docs/static/css/custom.css
panko_serializer-0.7.6 docs/static/css/custom.css
panko_serializer-0.7.5 docs/static/css/custom.css
panko_serializer-0.7.4 docs/static/css/custom.css
panko_serializer-0.7.3 docs/static/css/custom.css