UP++
This commit is contained in:
@@ -5,7 +5,6 @@
|
|||||||
header{
|
header{
|
||||||
margin: auto;
|
margin: auto;
|
||||||
left: 0;
|
left: 0;
|
||||||
top: 10%;
|
|
||||||
|
|
||||||
z-index: 2;
|
z-index: 2;
|
||||||
width: var(--headFootBoxWhight);
|
width: var(--headFootBoxWhight);
|
||||||
@@ -98,7 +97,7 @@
|
|||||||
--boxHeight: 3.1vw;
|
--boxHeight: 3.1vw;
|
||||||
|
|
||||||
--defaultBoxWhight: 750px;
|
--defaultBoxWhight: 750px;
|
||||||
--headFootBoxWhight: 900px;
|
--headFootBoxWhight: 950px;
|
||||||
|
|
||||||
--headerBoxColor:rgb(173, 32, 43);
|
--headerBoxColor:rgb(173, 32, 43);
|
||||||
--bodyBoxColor:rgb(255, 255, 255);
|
--bodyBoxColor:rgb(255, 255, 255);
|
||||||
|
|||||||
@@ -39,12 +39,19 @@
|
|||||||
color: rgb(255, 255, 255);
|
color: rgb(255, 255, 255);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.titleTextMini {
|
||||||
|
font-size: calc(var(--textSize) + (var(--textSize) * 0.5));
|
||||||
|
/* font-family: 'Sometype Mono', monospace; */
|
||||||
|
font-family: 'Tsarevich-Regular';
|
||||||
|
|
||||||
|
color: rgb(255, 255, 255);
|
||||||
|
}
|
||||||
|
|
||||||
.titleText {
|
.titleText {
|
||||||
font-size: calc(var(--textSize) + (var(--textSize) * 1.6));
|
font-size: calc(var(--textSize) + (var(--textSize) * 1.6));
|
||||||
/* font-family: 'Sometype Mono', monospace; */
|
/* font-family: 'Sometype Mono', monospace; */
|
||||||
font-family: 'Tsarevich-Regular';
|
font-family: 'Tsarevich-Regular';
|
||||||
|
|
||||||
|
|
||||||
text-align: left;
|
text-align: left;
|
||||||
margin-left: 3vw;
|
margin-left: 3vw;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user