1
0
mirror of https://github.com/simple-icons/simple-icons.git synced 2024-12-26 01:13:41 +02:00

Add a .hidden CSS class

This commit is contained in:
nietonfir 2017-05-25 22:55:10 +02:00
parent 6d6dad2349
commit ea951c0e51

View File

@ -364,6 +364,10 @@
opacity: 1;
padding: 1.5rem 0 1.5rem 1.5rem;
}
.hidden {
display: none;
}
</style>
</head>