mirror of
https://github.com/ipdb/website.git
synced 2024-11-12 00:04:48 +01:00
7 lines
106 B
SCSS
7 lines
106 B
SCSS
|
@import 'variables';
|
||
|
|
||
|
.company__name {
|
||
|
font-size: $font-size-large;
|
||
|
margin-bottom: $spacer / 4;
|
||
|
}
|