i am gaming
This commit is contained in:
parent
dfe3a8c1fa
commit
5a950e031e
3 changed files with 22 additions and 3 deletions
|
|
@ -10,7 +10,8 @@
|
|||
|
||||
<template>
|
||||
<main>
|
||||
<a href="javascript:window.history.back();"><-- Go Back</a>
|
||||
<!-- <a href="javascript:window.history.back();"><-- Go Back</a> -->
|
||||
<BigButton text="<<< Return to blog listing" href="/blog-index"/>
|
||||
<ContentDoc v-slot="{ doc }">
|
||||
<article class="post">
|
||||
<h1>{{ doc.title }}</h1>
|
||||
|
|
@ -30,7 +31,23 @@
|
|||
|
||||
<style>
|
||||
.post{
|
||||
width: 80%;
|
||||
width: 50%;
|
||||
|
||||
}
|
||||
|
||||
/* i wonder if this will cause issues */
|
||||
img{
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
@media (max-width: 1000px){
|
||||
.post{
|
||||
width: 80%;
|
||||
}
|
||||
|
||||
img{
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
main {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue