From 8ddcb47d4309da34ef667dbc4c14c431421cc8a9 Mon Sep 17 00:00:00 2001 From: filesite Date: Sun, 30 Oct 2022 07:58:07 +0800 Subject: [PATCH] btn size change --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 46213f0..1712c7e 100644 --- a/index.html +++ b/index.html @@ -40,7 +40,7 @@ footer li{list-style:none;margin-left:0} .menus div{float:left;max-width:180px;margin-right:110px;margin-bottom:32px} .menus a{color:#d8ebff;opacity:0.68;font-weight:400} .mt15{margin-top:15px} -.gobtns a{display:inline-block;margin:.25rem .125rem;line-height:1.5;padding:0.375rem 0.75rem;text-decoration:none;border-radius: 0.375rem} +.gobtns a{display:inline-block;margin:.25rem .125rem;line-height:1.5;padding:0.5rem 1rem;text-decoration:none;border-radius: 0.5rem;font-size:1.25rem} .gobtns .primary{background-color:#0d6efd;color:#FFF;border-color:#0d6efd;margin-right:0.8em} .gobtns .primary:hover{background-color:#0b5ed7;border-color: #0a58ca} .gobtns .secondary{background-color:#6c757d;color:#FFF;border-color:#6c757d;margin-left:0.8em}