Improved responsive design and fixed typos
This commit is contained in:
parent
200909a5b8
commit
a9f142f131
8 changed files with 18 additions and 126 deletions
15
style.css
15
style.css
|
@ -386,13 +386,14 @@ footer{
|
|||
|
||||
.three-gallery>figure{
|
||||
margin-bottom: 10px;
|
||||
max-width: 50%;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 800px){
|
||||
.three-gallery>figure{
|
||||
@media (max-width: 500px){
|
||||
.three-gallery>figure{
|
||||
max-width: 100%;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
@ -410,5 +411,13 @@ footer{
|
|||
.vertical-divider-nav{
|
||||
display: none;
|
||||
}
|
||||
.overview{
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
.tags>ul>li{
|
||||
white-space: nowrap;
|
||||
display: inline list-item;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue