parent
1325e666ef
commit
0bf2d67635
2 changed files with 6 additions and 3 deletions
|
@ -127,7 +127,7 @@
|
|||
.author__urls-wrapper {
|
||||
position: relative;
|
||||
display: table-cell;
|
||||
vertical-align: top;
|
||||
vertical-align: middle;
|
||||
font-family: $sans-serif;
|
||||
z-index: 10;
|
||||
position: relative;
|
||||
|
@ -142,7 +142,10 @@
|
|||
@include breakpoint($large) {
|
||||
display: block;
|
||||
}
|
||||
.btn {
|
||||
|
||||
button {
|
||||
margin-bottom: 0;
|
||||
|
||||
@include breakpoint($large) {
|
||||
display: none;
|
||||
}
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue