Swup works. Sass corrected
This commit is contained in:
parent
edde38cc32
commit
8021b83883
@ -11,6 +11,7 @@
|
||||
<body>
|
||||
<div id="wrapper">
|
||||
<header>
|
||||
<div>
|
||||
<a href="/index.html" class="logo">Город Лесной</a>
|
||||
<a href="/map.html" class="logo">Вернуться на карту</a>
|
||||
</div>
|
||||
|
||||
File diff suppressed because one or more lines are too long
@ -20,7 +20,7 @@ main {
|
||||
text-align: center;
|
||||
flex: 1;
|
||||
&:nth-child(2) {
|
||||
font-size: 3.1em;
|
||||
font-size: 2.4em;
|
||||
flex: 2;
|
||||
}
|
||||
}
|
||||
@ -49,22 +49,24 @@ header {
|
||||
background-color: $black;
|
||||
color: $white;
|
||||
font-family: "RussoOne", sans-serif;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
text-align: center;
|
||||
flex-direction: row;
|
||||
flex-wrap: wrap;
|
||||
justify-content: space-around;
|
||||
@media (max-width: 53em) {
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
.logo {
|
||||
font-size: 2.6em;
|
||||
div {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
text-align: center;
|
||||
flex: 1;
|
||||
@media (max-width: 28em) {
|
||||
font-size: 2em;
|
||||
flex-direction: row;
|
||||
flex-wrap: wrap;
|
||||
justify-content: space-around;
|
||||
@media (max-width: 53em) {
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
.logo {
|
||||
font-size: 2.6em;
|
||||
text-align: center;
|
||||
flex: 1;
|
||||
@media (max-width: 28em) {
|
||||
font-size: 2em;
|
||||
}
|
||||
}
|
||||
}
|
||||
padding: .2em;
|
||||
|
||||
@ -1,4 +1,5 @@
|
||||
$black: #2C3E50;
|
||||
$darkBlack: #212e3b;
|
||||
$red: #E74C3C;
|
||||
$white: #ECF0F1;
|
||||
$blue: #3498DB;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user