open-consul/website/source/assets/stylesheets/consul-connect/_typography.scss
RJ Spiker 8c11e3a4fc website - font and brand updates (#6716)
* website - font and brand updates

* sidebar font-size adjustments and scss cleanup

* adjust nav and inline code styles
2019-11-06 13:53:36 -05:00

26 lines
214 B
SCSS

.consul-connect {
ul,
p {
margin: 1rem 0;
}
a:hover {
text-decoration: none;
}
h2,
.h2 {
margin: 1em 0;
}
h3,
.h3 {
margin: 1em 0;
}
h6,
.h6 {
margin: 1em 0;
}
}