Skip to content

Commit

Permalink
desactivate clic on projects list
Browse files Browse the repository at this point in the history
  • Loading branch information
Olivia206 committed Sep 26, 2024
1 parent 3add59d commit b209380
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 4 deletions.
19 changes: 15 additions & 4 deletions assets/sass/_style.sass
Original file line number Diff line number Diff line change
Expand Up @@ -56,12 +56,12 @@ header#document-header
position: relative
&::after
content: ''
bottom: -6px
bottom: -8px
background:
image: url('/assets/images/decorations/menu-underline.png')
image: url('/assets/images/decorations/line_04_black.png')
size: cover
position: center
height: 12px
height: pxToRem(18)
left: 0
position: absolute
width: 100%
Expand Down Expand Up @@ -458,8 +458,19 @@ footer#document-footer
> .container
padding-left: 0
.project
&-content
.project-content
width: columns(5)
a
pointer-events: none
.project-title::after
display: none
&:hover
.project-content
.project-title
a
color: inherit
&::after
display: none
.media
width: columns(3)
.projects
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit b209380

Please sign in to comment.