Changes to be committed: new file: kawaishi/images.d/kawaishi-hidari.svg new file: kawaishi/kawaishi.md new file: kawaishi/style.css.html
31 lines
342 B
HTML
31 lines
342 B
HTML
<style>
|
|
body{
|
|
font-size: 4vw;
|
|
}
|
|
@media (min-width: 640px){
|
|
body{
|
|
font-size: 2vw;
|
|
}
|
|
}
|
|
@media (min-width: 1280px){
|
|
body{
|
|
font-size: 1.3vw;
|
|
}
|
|
}
|
|
.videoFrame{
|
|
text-align:center;
|
|
max-width:100%
|
|
}
|
|
.videoFrame video{
|
|
max-width:100%;
|
|
height:auto;
|
|
}
|
|
.figure{
|
|
width: 100%;
|
|
text-align: center;
|
|
}
|
|
.figure > img{
|
|
max-width:100%;
|
|
}
|
|
</style>
|