Preparation for proper release
This commit is contained in:
@@ -35,7 +35,7 @@
|
||||
text-decoration: none;
|
||||
|
||||
&:hover {
|
||||
color: $red;
|
||||
color: $strong_red;
|
||||
font-style: italic;
|
||||
}
|
||||
}
|
||||
@@ -65,9 +65,12 @@
|
||||
padding: 0 15px;
|
||||
font-weight: 350;
|
||||
|
||||
font-size: 0.7em;
|
||||
|
||||
.text {
|
||||
line-height: 1.5;
|
||||
margin: 0 0 auto;
|
||||
font-size: 1.5em;
|
||||
font-size: 2em;
|
||||
}
|
||||
|
||||
.larger {
|
||||
@@ -75,13 +78,15 @@
|
||||
}
|
||||
|
||||
.greeting {
|
||||
color: $red;
|
||||
color: $strong_red;
|
||||
font-style: italic;
|
||||
}
|
||||
}
|
||||
|
||||
.profileContainer {
|
||||
max-width: 30em;
|
||||
height: max-content;
|
||||
display: flex;
|
||||
|
||||
@include nextImg;
|
||||
}
|
||||
Reference in New Issue
Block a user