|
|
@@ -217,7 +217,6 @@ const showLongIntro: Ref<boolean> = ref(false)
|
|
|
.introduction {
|
|
|
text-align: justify;
|
|
|
padding: 36px 64px;
|
|
|
- border: solid 1px rgba(var(--v-theme-on-neutral), 0.4);
|
|
|
border-radius: 16px;
|
|
|
background: rgba(var(--v-theme-primary-alt), 0.1);
|
|
|
margin-bottom: 36px;
|
|
|
@@ -252,6 +251,7 @@ h3 {
|
|
|
.content {
|
|
|
display: flex;
|
|
|
flex-direction: row;
|
|
|
+ justify-content: space-around;
|
|
|
|
|
|
.badges {
|
|
|
max-width: 65%;
|
|
|
@@ -261,6 +261,18 @@ h3 {
|
|
|
max-width: 35%;
|
|
|
padding: 24px;
|
|
|
}
|
|
|
+
|
|
|
+ @media (max-width: 1280px) {
|
|
|
+ flex-direction: column;
|
|
|
+
|
|
|
+ .badges {
|
|
|
+ max-width: 100%;
|
|
|
+ }
|
|
|
+
|
|
|
+ .cursus {
|
|
|
+ max-width: 100%;
|
|
|
+ }
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
.badges {
|
|
|
@@ -295,7 +307,7 @@ h3 {
|
|
|
}
|
|
|
|
|
|
.v-card {
|
|
|
- margin: 6px 24px;
|
|
|
+ margin: 6px auto;
|
|
|
}
|
|
|
}
|
|
|
</style>
|