core: decrease trianta and move content text left
This commit is contained in:
parent
4d01c794c0
commit
785266d0e4
@ -38,7 +38,7 @@ nav ul {
|
|||||||
|
|
||||||
.content {
|
.content {
|
||||||
width: 48rem;
|
width: 48rem;
|
||||||
text-align: right;
|
text-align: left;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (max-width: 600px) {
|
@media screen and (max-width: 600px) {
|
||||||
@ -51,9 +51,10 @@ nav ul {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.trianta {
|
.trianta {
|
||||||
font-size: 3.5rem !important;
|
|
||||||
color: #06CDFF !important;
|
|
||||||
border: none !important;
|
border: none !important;
|
||||||
|
color: #06CDFF !important;
|
||||||
|
font-size: 2.5rem !important;
|
||||||
|
min-width: 12rem;
|
||||||
margin: -1rem;
|
margin: -1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user