|
@@ -42,9 +42,10 @@
|
|
}
|
|
}
|
|
|
|
|
|
.indexcot .top {
|
|
.indexcot .top {
|
|
|
|
+ width: 69%;
|
|
display: flex;
|
|
display: flex;
|
|
margin: auto;
|
|
margin: auto;
|
|
- justify-content: center;
|
|
|
|
|
|
+ justify-content: space-between;
|
|
}
|
|
}
|
|
|
|
|
|
.indexcot .logo {
|
|
.indexcot .logo {
|
|
@@ -84,9 +85,10 @@
|
|
|
|
|
|
.indexcot .title {
|
|
.indexcot .title {
|
|
display: flex;
|
|
display: flex;
|
|
- width: 100%;
|
|
|
|
|
|
+ width: 69%;
|
|
|
|
+ margin: auto;
|
|
align-items: center;
|
|
align-items: center;
|
|
- justify-content: center;
|
|
|
|
|
|
+ justify-content: space-between;
|
|
margin-top: 10vh;
|
|
margin-top: 10vh;
|
|
}
|
|
}
|
|
|
|
|
|
@@ -105,6 +107,7 @@
|
|
}
|
|
}
|
|
|
|
|
|
#titleTabs {
|
|
#titleTabs {
|
|
|
|
+ width: 80%;
|
|
max-width: 1500px;
|
|
max-width: 1500px;
|
|
margin: 0 auto;
|
|
margin: 0 auto;
|
|
font-size: 1.25rem;
|
|
font-size: 1.25rem;
|
|
@@ -114,7 +117,9 @@
|
|
}
|
|
}
|
|
|
|
|
|
#titleTabs .tab {
|
|
#titleTabs .tab {
|
|
|
|
+ width: 100%;
|
|
display: flex;
|
|
display: flex;
|
|
|
|
+ justify-content: space-between;
|
|
}
|
|
}
|
|
|
|
|
|
#titleTabs .tab-contents {
|
|
#titleTabs .tab-contents {
|