patron: don't override p style on the patron page

It adds a global styles that messes with the elements we are trying to
present.
This commit is contained in:
Pierre de La Morinerie 2019-02-21 16:21:20 +01:00
parent 0820db0161
commit 8f3d4de6c3
2 changed files with 10 additions and 10 deletions

View file

@ -1,7 +1,7 @@
@import "colors";
.patron {
p {
.patron-section {
margin-bottom: 20px;
}