optimize header for small screens
This commit is contained in:
parent
4d31366eba
commit
44bac27e74
@ -6,7 +6,7 @@
|
|||||||
> #logo-container {
|
> #logo-container {
|
||||||
width: max-content;
|
width: max-content;
|
||||||
margin: auto;
|
margin: auto;
|
||||||
padding: 2em 1em;
|
padding: 3em 1em;
|
||||||
|
|
||||||
> h1 {
|
> h1 {
|
||||||
font-size: 60pt;
|
font-size: 60pt;
|
||||||
@ -35,19 +35,32 @@
|
|||||||
@include breakpoint('<=large') {
|
@include breakpoint('<=large') {
|
||||||
|
|
||||||
}
|
}
|
||||||
*/
|
|
||||||
@include breakpoint('<=medium') {
|
@include breakpoint('<=medium') {
|
||||||
margin-top: 60px;
|
margin-top: 60px;
|
||||||
|
|
||||||
|
> #logo-container {
|
||||||
|
padding: 2em 0.5em;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
/*
|
|
||||||
@include breakpoint('<=small') {
|
@include breakpoint('<=small') {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
@include breakpoint('<=xsmall') {
|
@include breakpoint('<=xsmall') {
|
||||||
|
> #logo-container {
|
||||||
|
|
||||||
|
> h1 {
|
||||||
|
font-size: 40pt;
|
||||||
|
}
|
||||||
|
|
||||||
|
> #logo > img {
|
||||||
|
height: 93pt;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
/*
|
||||||
@include breakpoint('<=xxsmall') {
|
@include breakpoint('<=xxsmall') {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user