mirror of
https://github.com/andrewgioia/keyrune.git
synced 2024-12-22 15:39:56 +00:00
8 lines
89 B
Plaintext
8 lines
89 B
Plaintext
/**
|
|
* Fixed width */
|
|
|
|
.@{prefix}-fw {
|
|
width: (18em / 14);
|
|
text-align: center;
|
|
}
|