diff --git a/static/css/layout/base.css b/static/css/layout/base.css index af0772d..155f2dd 100644 --- a/static/css/layout/base.css +++ b/static/css/layout/base.css @@ -32,4 +32,12 @@ body { content: ""; display: block; height: 77px; + } + ul { + margin: 0; + padding: 0; + list-style: none; + } + p { + margin: 0; } \ No newline at end of file diff --git a/static/css/main.css b/static/css/main.css index 6e62c21..4b77edd 100644 --- a/static/css/main.css +++ b/static/css/main.css @@ -408,9 +408,9 @@ /* крест */ .cl-btn-7 { - width: 40px; - height: 40px; - border-radius: 40px; + width: 24px; + height: 24px; + border-radius: 30px; position: relative; z-index: 1; cursor: pointer; @@ -421,10 +421,10 @@ position: absolute; z-index: 2; transform: rotate(45deg); - font-size: 50px; + font-size: 30px; line-height: 1; - top: -5px; - left: 6px; + top: -3px; + left: 4px; transition: all 0.3s cubic-bezier(0.77, 0, 0.2, 0.85); } .cl-btn-7:after { @@ -448,3 +448,19 @@ color: #fff; } + .events_item { + width: 100%; + height: 45px; + padding: 13px 10px; + font-size: 14px; /*размерр текста*/ + font-weight: 300px; /*шрифт*/ + border: 1px solid transparent; + border-radius: 3px; + margin-bottom: 20px; + transition: 1s; + } + .events_item:hover { + border-color:#f89513 ; + background: #fff; + + } \ No newline at end of file diff --git a/templates/workshop.html b/templates/workshop.html index 7cb64a0..615c03c 100644 --- a/templates/workshop.html +++ b/templates/workshop.html @@ -97,7 +97,15 @@