mirror of
https://github.com/ipdb/website.git
synced 2024-11-13 16:54:50 +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;
|
|
}
|