Skip to content

Commit e7df1ad

Browse files
committed
hotfix
1 parent a1faee5 commit e7df1ad

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

css/main.css

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -911,6 +911,7 @@ body {
911911
top: 30%; } }
912912

913913
.devises-slider-paginator__button {
914+
position: absolute;
914915
width: 3vw;
915916
height: 100px;
916917
background: #FFDD40;
@@ -926,6 +927,12 @@ body {
926927
.devises-slider-paginator__button {
927928
width: 9vw; } }
928929

930+
.devises-slider-paginator__button--right {
931+
right: -6vw; }
932+
@media screen and (max-width: 1000px) {
933+
.devises-slider-paginator__button--right {
934+
right: 0; } }
935+
929936
.devises-slider-paginator--selected {
930937
background: #000;
931938
color: #FFDD40; }

0 commit comments

Comments
 (0)