diff --git a/css/style.css b/css/style.css index d82dcf1..7bfbfb9 100755 --- a/css/style.css +++ b/css/style.css @@ -1712,6 +1712,10 @@ canvas { text-decoration: none; } +.icon-bar a { + border-radius: 10px; +} + .btn-view:before { content: ''; position: absolute; @@ -3374,4 +3378,4 @@ clearfix, .m-timeline li { -webkit-transform: rotate(360deg); transform: rotate(360deg); } -} \ No newline at end of file +}