This commit is contained in:
parent
4642425f43
commit
dc223ae1b8
24 changed files with 1199 additions and 492 deletions
|
|
@ -35,4 +35,17 @@ body{
|
|||
|
||||
img{
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
.link-block{
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
display: block;
|
||||
cursor: pointer;
|
||||
// &:hover{
|
||||
// background-color: rgba(255, 0, 0, 0.244);
|
||||
// }
|
||||
}
|
||||
|
|
@ -4,6 +4,7 @@ $medium-up: "screen and (min-width: 1080px)";
|
|||
|
||||
$small-up: "screen and (min-width: 768px)";
|
||||
$small: "screen and (max-width: 768px)";
|
||||
$x-small-up: "screen and (min-width: 560px)";
|
||||
$x-small: "screen and (max-width: 560px)";
|
||||
$paysage: "screen and (max-height: 670px) and (min-width: 1080px)";
|
||||
|
||||
|
|
|
|||
|
|
@ -52,6 +52,7 @@
|
|||
|
||||
|
||||
--border: 1px solid var(--color-txt);
|
||||
--border-medium: 1px solid var(--grey-600);
|
||||
--border-light: 1px solid var(--grey-800);
|
||||
|
||||
|
||||
|
|
@ -79,7 +80,7 @@
|
|||
@media #{$small}{
|
||||
:root {
|
||||
--fs-xsmall: 10px;
|
||||
--fs-small: 11px;
|
||||
--fs-small: 12px;
|
||||
--fs-normal: 14px;
|
||||
--fs-medium: 18px;
|
||||
--fs-big: 28px;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue