style fixes

This commit is contained in:
Denys Konovalov 2022-12-31 18:12:51 +01:00
parent f1e6c658d5
commit 1b8f455c3a

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