2015-12-30 09:07:17 -08:00
|
|
|
.zci--figlet h3 {
|
2014-04-21 04:47:07 -07:00
|
|
|
display: block;
|
2014-04-06 07:11:11 -07:00
|
|
|
word-wrap: normal;
|
|
|
|
white-space: pre;
|
2014-06-05 02:34:43 -07:00
|
|
|
overflow: auto;
|
2014-04-21 04:47:07 -07:00
|
|
|
font-family: monospace;
|
2016-01-14 08:24:27 -08:00
|
|
|
font-weight: normal;
|
2014-06-05 02:34:43 -07:00
|
|
|
background-color: inherit;
|
2014-04-21 04:47:07 -07:00
|
|
|
border: 0;
|
2014-06-05 02:34:43 -07:00
|
|
|
height: auto;
|
2014-04-21 04:47:07 -07:00
|
|
|
width: 100%;
|
2014-06-05 12:15:43 -07:00
|
|
|
padding-left: 0px;
|
2014-06-10 08:04:07 -07:00
|
|
|
outline: none;
|
2014-03-28 01:41:09 -07:00
|
|
|
}
|
|
|
|
|
2015-12-30 09:07:17 -08:00
|
|
|
.zci--figlet h4 {
|
2014-06-05 02:34:43 -07:00
|
|
|
font-family: monospace;
|
2014-03-31 09:15:14 -07:00
|
|
|
}
|
|
|
|
|
2014-03-27 11:41:58 -07:00
|
|
|
@media screen and (max-width:768px) {
|
2015-12-30 09:07:17 -08:00
|
|
|
.zci--figlet h3 {
|
2014-03-27 11:41:58 -07:00
|
|
|
font-size: 10px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
@media screen and (max-width:500px) {
|
2015-12-30 09:07:17 -08:00
|
|
|
.zci--figlet h3 {
|
2014-03-27 11:41:58 -07:00
|
|
|
font-size: 5px;
|
|
|
|
}
|
|
|
|
}
|