JNP3 16/17

Dependencies:   mbed nRF24L01P

frontend/kubus.css

Committer:
pannaanna
Date:
2017-01-23
Revision:
68:e88f3fd2e9cf
Parent:
24:a929fcdb1208

File content as of revision 68:e88f3fd2e9cf:

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;
}