From b360cc4efe7d044255cdeaef87cd1caac0a704f2 Mon Sep 17 00:00:00 2001 From: Programming-School <96921717+Programming-School-Pro-Coding@users.noreply.github.com> Date: Thu, 5 May 2022 23:05:42 +0200 Subject: [PATCH] Update style.css --- css/style.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 +}