mirror of
https://github.com/thegeeklab/hugo-geekblog.git
synced 2024-11-01 02:40:41 +00:00
Robert Kaussow
3ccc8918bb
BREAKING CHANGE: The class `.icon` was renamed to `.gblog-icon` to avoid conflicts.
24 lines
283 B
CSS
24 lines
283 B
CSS
:root {
|
|
--code-max-height: 60rem;
|
|
}
|
|
|
|
.icon-grid {
|
|
width: 8rem;
|
|
height: 8rem;
|
|
margin: 0.2em;
|
|
text-align: center;
|
|
padding: 0.3em;
|
|
}
|
|
|
|
.icon-grid__line {
|
|
height: 4rem;
|
|
}
|
|
|
|
.icon-grid__line svg.gblog-icon {
|
|
font-size: 3em;
|
|
}
|
|
|
|
.icon-grid__line--text {
|
|
font-size: 0.8em;
|
|
}
|