style fixes

This commit is contained in:
Denys Konovalov 2022-12-31 18:12:51 +01:00
parent 88578f7af7
commit c5bb44f38d

@ -70,6 +70,7 @@ a.text-light:hover {
h4 { h4 {
transition: .2s ease; transition: .2s ease;
} }
a h4 { a h4 {
&:hover { &:hover {
color: $primary-color; color: $primary-color;
@ -260,9 +261,11 @@ a h4{
.list-styled { .list-styled {
padding-left: 25px; padding-left: 25px;
li { li {
position: relative; position: relative;
margin-bottom: 15px; margin-bottom: 15px;
&::before { &::before {
position: absolute; position: absolute;
content: ""; content: "";
@ -289,6 +292,7 @@ textarea.form-control{
/* pagination */ /* pagination */
.pagination { .pagination {
justify-content: center; justify-content: center;
.page-item { .page-item {
margin: 0 10px; margin: 0 10px;
@ -432,3 +436,8 @@ details[open] summary {
width: 25%; width: 25%;
} }
} }
#wc-canvas {
width: 100%;
height: 600px;
}