Move nav buttons below name on small screens
This commit is contained in:
parent
c5ebdf89a7
commit
a329051a8a
@ -42,6 +42,11 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.portfolio-header {
|
.portfolio-header {
|
||||||
|
flex-direction: column;
|
||||||
|
@include media($small-screen) {
|
||||||
|
flex-direction: row;
|
||||||
|
}
|
||||||
|
|
||||||
margin: 2 * $gap 0;
|
margin: 2 * $gap 0;
|
||||||
|
|
||||||
.portfolio-header__name {
|
.portfolio-header__name {
|
||||||
@ -64,6 +69,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.links {
|
.links {
|
||||||
|
justify-content: center;
|
||||||
font-size: $small-font-size;
|
font-size: $small-font-size;
|
||||||
|
|
||||||
.icon-link {
|
.icon-link {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user