@@ -197,11 +197,13 @@ body {
.blsl .list {
width: 50%;
display: flex;
- height: 40%;
+ align-items: center;
+ height: 33%;
}
.blsl .list .img {
width: 40%;
+ height: 90%;
justify-content: flex-end;
margin-right: 0.625rem;
@@ -42,9 +42,10 @@
.indexcot .top {
+ width: 69%;
margin: auto;
- justify-content: center;
+ justify-content: space-between;
.indexcot .logo {
@@ -84,9 +85,10 @@
.indexcot .title {
- width: 100%;
+ margin: auto;
align-items: center;
margin-top: 10vh;
@@ -105,6 +107,7 @@
#titleTabs {
+ width: 80%;
max-width: 1500px;
margin: 0 auto;
font-size: 1.25rem;
@@ -114,7 +117,9 @@
#titleTabs .tab {
+ width: 100%;
#titleTabs .tab-contents {