openwebrx-clone/htdocs/css/features.css

16 lines
263 B
CSS
Raw Normal View History

2019-07-11 14:44:33 +00:00
@import url("openwebrx-header.css");
@import url("openwebrx-globals.css");
/* expandable photo not implemented on features page */
#webrx-top-photo-clip {
max-height: 67px;
}
2019-07-05 20:46:43 +00:00
h1 {
text-align: center;
margin: 50px 0;
2020-05-08 22:27:42 +00:00
}
.table {
color: inherit;
2019-07-05 20:46:43 +00:00
}