abdullahtarawneh.com/assets/scss/partials/site-header.scss

9 lines
217 B
SCSS
Raw Normal View History

2020-10-10 19:47:58 +00:00
.site-header {
2020-10-10 23:43:26 +00:00
a {text-decoration: none; color: inherit;}
.container {}
2020-10-10 19:47:58 +00:00
}
2020-10-10 23:43:26 +00:00
.site-masthead {display: flex; gap: 1em; align-items: center;}
.site-icon {width: 44px; height: 44px; border-radius: 100em;}
.site-title {}