3
0
Fork 0

Update screenshots

master
Ambrose Chua 2018-09-07 15:01:55 +08:00
parent 96db16d174
commit c909e38d38
3 changed files with 121 additions and 135 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 347 KiB

After

Width:  |  Height:  |  Size: 366 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 118 KiB

After

Width:  |  Height:  |  Size: 12 MiB

View File

@ -43,6 +43,19 @@
@media screen and (max-width: 40rem) {
padding-bottom: 0;
}
/*
&::after {
content: '';
display: block;
float: right;
width: 50%;
height: 64px;
background: #f00;
shape-outside: polygon(100% 0%, 100% 100%, 0% 100%);
clip-path: polygon(100% 0%, 100% 100%, 0% 100%);
}
*/
}
h1 {
@ -54,9 +67,6 @@
color: transparent;
font-size: 2.5em;
@media screen and (min-width: 50rem) {
font-size: 3em;
}
}
.picture {