generated from VLADIMIR/template_frontend
add css linter
This commit is contained in:
@@ -36,13 +36,13 @@ const keyColorClass = computed(() => {
|
||||
|
||||
<style lang="css">
|
||||
.font-text {
|
||||
font-family: font_old_typer;
|
||||
font-family: "font_old_typer";
|
||||
}
|
||||
|
||||
.content-text {
|
||||
position: relative;
|
||||
top: 100px;
|
||||
right: 0px;
|
||||
right: 0;
|
||||
float: right;
|
||||
}
|
||||
|
||||
@@ -56,7 +56,7 @@ const keyColorClass = computed(() => {
|
||||
color: gold;
|
||||
}
|
||||
|
||||
@media (min-width: 1024px) {
|
||||
@media (width >= 1024px) {
|
||||
.font-text {
|
||||
position: relative;
|
||||
left: -50px;
|
||||
|
||||
Reference in New Issue
Block a user