This commit is contained in:
Roman Pyrih
2025-10-14 09:10:15 +02:00
parent dc90a291f0
commit 552759ef51
3 changed files with 7 additions and 6 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -1,5 +1,5 @@
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Swanky+and+Moo+Moo&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Gloria+Hallelujah&display=swap');
$cYellow: #ffd024;
$cYellowLight: #ffe37c;
@@ -9,7 +9,7 @@ $cTxtBlack: #191919;
$cTxtBlack2: #2a2a2a;
$fPoppins: 'Poppins', sans-serif;
$fSwanky: 'Swanky and Moo Moo', sans-serif;
$fGloria: 'Gloria Hallelujah', sans-serif;
//! Global - start
* {
@@ -114,6 +114,7 @@ header#main-header {
display: flex;
flex-direction: column;
text-decoration: none;
row-gap: 5px;
}
img {
@@ -122,8 +123,8 @@ header#main-header {
}
span {
color: #dd222a;
font-family: $fSwanky;
font-size: 24px;
font-family: $fGloria;
font-size: 16px;
width: 100%;
max-width: 250px;
text-align: center;