Skip to content

Commit

Permalink
round :)
Browse files Browse the repository at this point in the history
  • Loading branch information
amalthomas-exe committed Apr 4, 2023
1 parent c61dcf3 commit 7b5e0c1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions css/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ video {
font: inherit;
vertical-align: baseline;
text-decoration: none;
border-radius: 10px;
}
article,
aside,
Expand Down Expand Up @@ -318,7 +319,7 @@ section,
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
-ms-border-radius: 6px;
-o-border-radius: : 6px;
-o-border-radius: 6px;
}
.indent {
text-indent: -999px;
Expand Down Expand Up @@ -430,7 +431,7 @@ input[type="submit"] textarea,
-webkit-border-radius: 25px;
-moz-border-radius: 25px;
-ms-border-radius: 25px;
-o-border-radius: : 25px;
-o-border-radius: 25px;
}
a.link {
position: relative;
Expand Down

0 comments on commit 7b5e0c1

Please sign in to comment.