JNP3 16/17

Dependencies:   mbed nRF24L01P

frontend/kubus.css

Committer:
Micha? ?azowik
Date:
2017-01-09
Revision:
24:a929fcdb1208
Parent:
15:ce1b7c40ecb8

File content as of revision 24:a929fcdb1208:

body {
    font-family: triplicate, Courier, "Courier New", monospace;
    font-size: 17px;
    line-height: 1.3;
    background-color: #0e2b24;
    color: #efefef;
}

h1 {
    font-size: 1.2em;
    margin-top: 1em;
    margin-bottom: 0.5em;
}

h2 {
    font-size: 1em;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

p {
    margin-top: 0;
    margin-bottom: 1em;
}

.site-header h1 {
    font-size: 3.1415em;
    text-align: center;
}

.charts {
    padding-left: 25px;
    padding-right: 25px;
    margin: 0 auto;
    max-width: 1200px;
}

.chart {
    margin-bottom: 30px;
}

.chart__title {
    margin-bottom: 1.5em;
}