Made images not clickable nor selectable by default
parent
fc3eaba39c
commit
f964729478
|
|
@ -48,6 +48,15 @@ $lato-font-path: '/node_modules/lato-font/fonts'
|
|||
flex-grow: 1
|
||||
overflow-x: hidden
|
||||
transition: padding-top 300ms
|
||||
|
||||
img
|
||||
user-drag: none
|
||||
user-select: none
|
||||
-moz-user-select: none
|
||||
-webkit-user-drag: none
|
||||
-webkit-user-select: none
|
||||
-ms-user-select: none
|
||||
|
||||
@media(max-width: 800px)
|
||||
.page
|
||||
padding-top: 64px
|
||||
|
|
|
|||
Loading…
Reference in New Issue