mirror of
https://github.com/FranP-code/Pomodoro-Timer-with-Clockify-integration.git
synced 2025-10-12 23:52:30 +00:00
Responsive desing done
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
h1 {
|
||||
color: #ffffff;
|
||||
|
||||
font-size: 7vh;
|
||||
font-size: 3vw;
|
||||
@include titleFont();
|
||||
@include normalizeTitle();
|
||||
}
|
||||
@@ -24,7 +24,8 @@
|
||||
h3 {
|
||||
color: rgba(255, 255, 255, 0.75);
|
||||
|
||||
font-size: 2vh;
|
||||
font-size: 1vw;
|
||||
|
||||
@include titleFont();
|
||||
@include normalizeTitle();
|
||||
|
||||
@@ -51,4 +52,21 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
@media (max-width: 991.98px) {
|
||||
.header-main-page {
|
||||
height: auto;
|
||||
padding: 3vw 0px;
|
||||
h1 {
|
||||
font-size: 26pt;
|
||||
}
|
||||
|
||||
h3 {
|
||||
font-size: 13pt;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user