Spaces:
Running
Running
Jimin Huang
commited on
Commit
·
524151b
1
Parent(s):
b532f93
Change settings
Browse files
src/components/HeaderOpen.vue
CHANGED
|
@@ -46,13 +46,13 @@ export default {
|
|
| 46 |
<style scoped>
|
| 47 |
.arena-header {
|
| 48 |
display: flex;
|
| 49 |
-
flex-direction: column;
|
| 50 |
align-items: center;
|
| 51 |
gap: 1.2rem;
|
| 52 |
padding: 1.5rem 1rem 2rem;
|
| 53 |
background: linear-gradient(135deg, #f8f9fb 0%, #ffffff 100%);
|
| 54 |
border-bottom: 3px solid #e5e7eb;
|
| 55 |
text-align: center;
|
|
|
|
| 56 |
}
|
| 57 |
|
| 58 |
.top-row {
|
|
@@ -71,7 +71,7 @@ export default {
|
|
| 71 |
}
|
| 72 |
|
| 73 |
.logo-image {
|
| 74 |
-
height:
|
| 75 |
width: auto;
|
| 76 |
object-fit: contain;
|
| 77 |
cursor: pointer;
|
|
@@ -82,7 +82,7 @@ export default {
|
|
| 82 |
}
|
| 83 |
|
| 84 |
.arena-title {
|
| 85 |
-
font-size:
|
| 86 |
font-weight: 800;
|
| 87 |
color: #1f1f33;
|
| 88 |
}
|
|
|
|
| 46 |
<style scoped>
|
| 47 |
.arena-header {
|
| 48 |
display: flex;
|
|
|
|
| 49 |
align-items: center;
|
| 50 |
gap: 1.2rem;
|
| 51 |
padding: 1.5rem 1rem 2rem;
|
| 52 |
background: linear-gradient(135deg, #f8f9fb 0%, #ffffff 100%);
|
| 53 |
border-bottom: 3px solid #e5e7eb;
|
| 54 |
text-align: center;
|
| 55 |
+
flex-direction: row;
|
| 56 |
}
|
| 57 |
|
| 58 |
.top-row {
|
|
|
|
| 71 |
}
|
| 72 |
|
| 73 |
.logo-image {
|
| 74 |
+
height: 14px;
|
| 75 |
width: auto;
|
| 76 |
object-fit: contain;
|
| 77 |
cursor: pointer;
|
|
|
|
| 82 |
}
|
| 83 |
|
| 84 |
.arena-title {
|
| 85 |
+
font-size: 1rem;
|
| 86 |
font-weight: 800;
|
| 87 |
color: #1f1f33;
|
| 88 |
}
|