Move elements from components into elements, sassify comments, make our tweaks
This commit is contained in:
parent
d56ee8dcee
commit
c7c310a394
2 changed files with 25 additions and 24 deletions
|
@ -22,6 +22,14 @@
|
|||
}
|
||||
}
|
||||
|
||||
.site-title {
|
||||
display: inline-block;
|
||||
width: 4.6em;
|
||||
word-break: keep-all; // Shouldn't be needed but Chrome needs it.
|
||||
font-size: 37px;
|
||||
line-height: 38px;
|
||||
}
|
||||
|
||||
.geo-logo-name {
|
||||
display: flex !important;
|
||||
overflow: hidden;
|
||||
|
@ -31,7 +39,10 @@
|
|||
}
|
||||
.logo a {
|
||||
display: block;
|
||||
width: 199px;
|
||||
// width: 199px;
|
||||
}
|
||||
.logo img {
|
||||
height: 7.5rem;
|
||||
}
|
||||
@include from($tablet) {
|
||||
width: fit-content;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue