Skip to content
This repository has been archived by the owner on Nov 14, 2023. It is now read-only.

Commit

Permalink
feat: pages/markdown, h2 css rootdelete
Browse files Browse the repository at this point in the history
  • Loading branch information
hihumikan committed Aug 2, 2023
1 parent 72e26b6 commit 3ff94ed
Show file tree
Hide file tree
Showing 15 changed files with 356 additions and 8 deletions.
8 changes: 1 addition & 7 deletions assets/css/defult.css
Original file line number Diff line number Diff line change
@@ -1,14 +1,8 @@
/* サイズに関するもの */

h2 {
text-align: center;
font-size: 2.25rem;
}




/* フォントファミリー */
* {
font-family: Montserrat !important;
}
}
6 changes: 6 additions & 0 deletions components/Linked.vue
Original file line number Diff line number Diff line change
Expand Up @@ -121,4 +121,10 @@ export default {
margin-top: 5px;
}
}
h2 {
text-align: center;
font-size: 2.25rem;
}
</style>
5 changes: 5 additions & 0 deletions components/about.vue
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,9 @@ p {
text-align: center;
}
h2 {
text-align: center;
font-size: 2.25rem;
}
</style>
7 changes: 7 additions & 0 deletions components/aboutDet.vue
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,13 @@ export default {
</script>

<style scoped>
h2 {
text-align: center;
font-size: 2.25rem;
}
.photo:hover {
filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.6));
border-radius: 5px;
Expand Down
6 changes: 6 additions & 0 deletions components/contact.vue
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,10 @@
height: 100%;
background: whitesmoke;
}
h2 {
text-align: center;
font-size: 2.25rem;
}
</style>
6 changes: 6 additions & 0 deletions components/footer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -108,4 +108,10 @@ export default {
font-size: 12px;
}
}
h2 {
text-align: center;
font-size: 2.25rem;
}
</style>
6 changes: 6 additions & 0 deletions components/news.vue
Original file line number Diff line number Diff line change
Expand Up @@ -149,4 +149,10 @@ export default {
color: gray;
text-align: right;
}
h2 {
text-align: center;
font-size: 2.25rem;
}
</style>
6 changes: 6 additions & 0 deletions components/product.vue
Original file line number Diff line number Diff line change
Expand Up @@ -117,4 +117,10 @@ li {
display:none;
}
}
h2 {
text-align: center;
font-size: 2.25rem;
}
</style>
6 changes: 6 additions & 0 deletions components/question.vue
Original file line number Diff line number Diff line change
Expand Up @@ -189,4 +189,10 @@ export default {
max-width: 75%;
}
}
h2 {
text-align: center;
font-size: 2.25rem;
}
</style>
6 changes: 6 additions & 0 deletions components/team.vue
Original file line number Diff line number Diff line change
Expand Up @@ -78,4 +78,10 @@
.web {
filter: drop-shadow(2px 2px 2px #aaa);
}
h2 {
text-align: center;
font-size: 2.25rem;
}
</style>
7 changes: 7 additions & 0 deletions components/top.vue
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,11 @@ export default {};
opacity: 0.32;
width: 100%;
}
h2 {
text-align: center;
font-size: 2.25rem;
}
</style>
5 changes: 4 additions & 1 deletion nuxt.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ export default {
// https://go.nuxtjs.dev/axios
"@nuxtjs/axios",
"@nuxtjs/pwa",
'@nuxtjs/markdownit',
//"@nuxtjs/google-gtag", //google analyticsのモジュール追加
],
/*
Expand All @@ -92,7 +93,9 @@ export default {
debug: true, // デベロッパーモード
},
*/

markdownit: {
injected: true
},
pwa: {
manifest: {
name: "愛知工業大学 システム工学研究会",
Expand Down
Loading

0 comments on commit 3ff94ed

Please sign in to comment.