Skip to content

Instantly share code, notes, and snippets.

View oguzhanoptimum7's full-sized avatar
😎

Oğuzhan ÖZÇELİK oguzhanoptimum7

😎
View GitHub Profile
@oguzhanoptimum7
oguzhanoptimum7 / magicmouse.txt
Last active March 14, 2021 14:39
Macos Big Sur - Magic Mouse 2 Speed Increase
//Read Default Value
defaults read -g com.apple.mouse.scaling
//Set New Value ( 6.5 is best for me )
defaults write -g com.apple.mouse.scaling 13.5
@oguzhanoptimum7
oguzhanoptimum7 / remove-node-modules.md
Created January 9, 2021 20:37 — forked from lmcneel/remove-node-modules.md
How to remove node_modules after they have been added to a repo

How to remove node_modules

  1. Create a .gitignore file in the git repository if it does not contain one

touch .gitignore

  1. Open up the .gitignore and add the following line to the file

**/node_modules

530.satır -> assets > scss. > optimum7.scss
.mobile-row-3 .part-card-not-avail {
width: 90%;
height: 70px;
margin: 0 auto;
text-align: center;
font-weight: bolder;
overflow-wrap: break-word;
font-size: 11px;