diff --git a/server/frontend/main/index.html b/server/frontend/main/index.html index fae5d87..1ad2447 100644 --- a/server/frontend/main/index.html +++ b/server/frontend/main/index.html @@ -92,7 +92,7 @@ этом.

diff --git a/server/frontend/main/style.css b/server/frontend/main/style.css index 48c16e3..0fcf130 100644 --- a/server/frontend/main/style.css +++ b/server/frontend/main/style.css @@ -47,7 +47,7 @@ body { } button { background-color: #3a1f09; - padding: 0 15px; + padding: 0px 15px; border-radius: 33px; transition: all .1s; color: #e5b97e; @@ -289,7 +289,9 @@ img { } .btn_share { margin-top: 10px; - font-size: 30px; +} +.btn_link { + font-size: 30px; } .asise { } @@ -1355,6 +1357,12 @@ textarea { .footer_inner { padding: 20px; } + button{ + padding: 12px 15px; + } + textarea { + padding: 12px 20px; + } }