mirror of
https://github.com/cupcakearmy/nicco.io.git
synced 2024-12-22 16:16:24 +00:00
mobile friendly
This commit is contained in:
parent
6923124578
commit
3c6e25af7a
@ -12,7 +12,10 @@
|
|||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
align-items: baseline;
|
}
|
||||||
|
|
||||||
|
.date {
|
||||||
|
align-self: flex-end;
|
||||||
}
|
}
|
||||||
|
|
||||||
section {
|
section {
|
||||||
@ -22,16 +25,20 @@
|
|||||||
ion-icon {
|
ion-icon {
|
||||||
transform: translateY(0.25em);
|
transform: translateY(0.25em);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media (max-width: 30em) {
|
||||||
|
div {
|
||||||
|
flex-direction: column;
|
||||||
|
}
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
<section>
|
<section>
|
||||||
<div>
|
|
||||||
<h2>{project.name}</h2>
|
<h2>{project.name}</h2>
|
||||||
</div>
|
|
||||||
|
|
||||||
<div>
|
<div>
|
||||||
<b>{project.title}</b>
|
<b>{project.title}</b>
|
||||||
<b>{project.date}</b>
|
<b class="date">{project.date}</b>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<p>{project.body}</p>
|
<p>{project.body}</p>
|
||||||
|
Loading…
Reference in New Issue
Block a user