feat: make author clickable
This commit is contained in:
		| @@ -1,13 +1,4 @@ | ||||
|  | ||||
| .custom-grid { | ||||
|   grid-template-columns: repeat(auto-fit, minmax(37vw, 1fr)) ; | ||||
| } | ||||
|  | ||||
| @media(min-width: 640px){ | ||||
|   .custom-grid { | ||||
|     grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)) ; | ||||
|   } | ||||
| } | ||||
|  | ||||
| .animate-hover { | ||||
| 	animation: hover 4s infinite; | ||||
| @@ -31,6 +22,18 @@ input::-webkit-inner-spin-button { | ||||
| /* Firefox */ | ||||
| input[type=number] { | ||||
|   -moz-appearance: textfield; | ||||
|   appearance: textfield; | ||||
| } | ||||
|  | ||||
| .fix-border::before { | ||||
|   content: ""; | ||||
|   width: calc(100% + 2px); | ||||
|   height: calc(100% + 2px); | ||||
|   position: absolute; | ||||
|   top: 0px; | ||||
|   left: 0px; | ||||
|   border: solid thin #141218; | ||||
|   border-radius: 1.5rem; | ||||
| } | ||||
|  | ||||
| .noisy-gradient::after { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user