fix radius

This commit is contained in:
Mario Vavti 2017-09-08 09:43:25 +02:00
parent 108bb7649b
commit 9b542c5bcf

View File

@ -137,7 +137,6 @@ input, optgroup, select, textarea {
pre code { pre code {
border: none; border: none;
padding: 1em 1.5em; padding: 1em 1.5em;
border-radius: $radius;
} }
code { code {
@ -149,6 +148,7 @@ pre {
background: #F5F5F5; background: #F5F5F5;
color: #333; color: #333;
border:1px solid #ccc; border:1px solid #ccc;
border-radius: $radius;
} }
.heart { .heart {