mirror of
https://github.com/cupcakearmy/nicco.io.git
synced 2024-12-22 08:06:29 +00:00
styling stuff
This commit is contained in:
parent
20b82212e4
commit
0306a0cbbf
@ -24,7 +24,8 @@
|
||||
|
||||
div.readable {
|
||||
letter-spacing: initial;
|
||||
font-size: 4rem;
|
||||
text-transform: initial;
|
||||
font-size: 2.25rem;
|
||||
}
|
||||
</style>
|
||||
|
||||
|
@ -27,6 +27,13 @@
|
||||
a {
|
||||
font-family: monospace;
|
||||
}
|
||||
|
||||
@media (max-width: 30em) {
|
||||
.horizontal {
|
||||
flex-direction: column;
|
||||
align-items: flex-start;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
||||
<a href={work.link} target="_blank" rel="noopener">
|
||||
|
@ -56,6 +56,14 @@ ion-icon {
|
||||
transform: translateY(0.2rem);
|
||||
}
|
||||
|
||||
ul {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
padding-left: 0px;
|
||||
padding-left: 1em;
|
||||
list-style: square;
|
||||
}
|
||||
|
||||
.progress {
|
||||
box-sizing: border-box;
|
||||
width: 100%;
|
||||
|
Loading…
Reference in New Issue
Block a user