responsiveness fix for secondary page actions
This commit is contained in:
parent
c15572c9fc
commit
4e17a36933
@ -1,17 +1,18 @@
|
||||
.pagenav {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: flex-end;
|
||||
align-items: flex-start;
|
||||
}
|
||||
|
||||
.pagenav-secondary {
|
||||
position: relative;
|
||||
overflow: visible;
|
||||
padding-top: 10px;
|
||||
|
||||
&::after {
|
||||
content: '\2807';
|
||||
display: inline-block;
|
||||
font-size: 25px;
|
||||
font-size: 31px;
|
||||
padding: 4px 5px 2px 10px;
|
||||
width: 40px;
|
||||
box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.6);
|
||||
@ -74,12 +75,8 @@
|
||||
}
|
||||
|
||||
.pagenav-secondary {
|
||||
float: none;
|
||||
flex-basis: auto;
|
||||
height: initial;
|
||||
width: initial;
|
||||
overflow: visible;
|
||||
margin-top: 20px;
|
||||
width: 100%;
|
||||
|
||||
&::after {
|
||||
content: none;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user