mirror of
https://github.com/XFox111/my-website.git
synced 2026-04-22 07:28:01 +03:00
feat!: site refresh + dependency update
This commit is contained in:
@@ -4,9 +4,16 @@
|
||||
{
|
||||
@include centerTwo;
|
||||
|
||||
.listItem
|
||||
.content
|
||||
{
|
||||
background-position: right;
|
||||
overflow-x: hidden;
|
||||
gap: $spacingM;
|
||||
@include flex(column);
|
||||
|
||||
.listItem
|
||||
{
|
||||
background-position-x: right;
|
||||
}
|
||||
}
|
||||
|
||||
.descriptions
|
||||
@@ -16,12 +23,6 @@
|
||||
overflow-x: visible;
|
||||
min-height: 760px;
|
||||
|
||||
@media screen and (max-width: 860px)
|
||||
{
|
||||
min-height: unset;
|
||||
padding-top: calc(56px + $spacingXL);
|
||||
}
|
||||
|
||||
img
|
||||
{
|
||||
width: 100%;
|
||||
@@ -35,6 +36,18 @@
|
||||
@include slideIn;
|
||||
}
|
||||
|
||||
.mobileNav
|
||||
{
|
||||
margin-top: $spacingL;
|
||||
display: none;
|
||||
gap: $spacingMNudge;
|
||||
|
||||
.next
|
||||
{
|
||||
flex-grow: 1;
|
||||
}
|
||||
}
|
||||
|
||||
.projectItem
|
||||
{
|
||||
@include flex(column);
|
||||
@@ -96,4 +109,22 @@
|
||||
{
|
||||
align-self: flex-end;
|
||||
}
|
||||
|
||||
@media screen and (max-width: 860px)
|
||||
{
|
||||
.descriptions
|
||||
{
|
||||
min-height: unset;
|
||||
|
||||
.mobileNav
|
||||
{
|
||||
display: flex;
|
||||
}
|
||||
}
|
||||
|
||||
.list
|
||||
{
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user