Init with some changes to the Serif Theme
This commit is contained in:
commit
912d143813
243 changed files with 15251 additions and 0 deletions
32
_sass/components/_logo.scss
Normal file
32
_sass/components/_logo.scss
Normal file
|
|
@ -0,0 +1,32 @@
|
|||
.logo {
|
||||
display: none;
|
||||
@include media-breakpoint-up(sm) {
|
||||
display: block;
|
||||
}
|
||||
img {
|
||||
max-width: unset;
|
||||
height: 20%;
|
||||
}
|
||||
a {
|
||||
display: block;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
}
|
||||
.logo-mobile {
|
||||
display: block;
|
||||
width: 40px;
|
||||
padding: 10px 0 10px 0;
|
||||
@include media-breakpoint-up(sm) {
|
||||
display: none;
|
||||
}
|
||||
img {
|
||||
width: 100%;
|
||||
height: auto;
|
||||
}
|
||||
a {
|
||||
display: block;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue