open-consul/website/source/assets/stylesheets/consul-connect/_typography.scss

26 lines
214 B
SCSS
Raw Normal View History

2018-06-11 22:59:00 +00:00
.consul-connect {
ul,
p {
margin: 1rem 0;
2018-06-11 22:59:00 +00:00
}
a:hover {
text-decoration: none;
}
h2,
.h2 {
margin: 1em 0;
}
h3,
.h3 {
margin: 1em 0;
}
h6,
.h6 {
margin: 1em 0;
}
}