make links bigger

This commit is contained in:
U-DESKTOP-3VIS1T9\junguler 2022-04-06 12:55:15 +04:30
parent 2643393397
commit b6db55118e

View File

@ -10,7 +10,7 @@
.grid {
display: grid;
grid-template-columns: repeat(6, 200px);
grid-template-columns: repeat(6, 230px);
grid-auto-rows: 32px;
}
@ -23,13 +23,10 @@ transform: translate(-50%, -50%);
body {background: #222;}
a::before {
content: "./";
}
a {color: #ccc;
border: 1px solid #666;
padding-left: 15px;
font-size: 150%;
}
</style>