make links bigger
This commit is contained in:
parent
2643393397
commit
b6db55118e
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user