Skip to content
Snippets Groups Projects
Commit 2037cda9 authored by Ivan Sanchez Milara's avatar Ivan Sanchez Milara
Browse files

Round corner not in the license image

parent 6e5c586a
No related branches found
No related tags found
No related merge requests found
......@@ -52,6 +52,10 @@ line-height: 1;
margin-right: auto;
margin-top: 15px;
margin-bottom:15px;
-webkit-border-radius: 14px;
-moz-border-radius: 14px;
border-radius: 14px;
}
legend {
......@@ -109,6 +113,9 @@ margin-bottom: 1.4em;
.license img {
margin-bottom:0.5em;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
}
.license p{
margin-bottom: 0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment