Updated homepage and stylesheets
This commit is contained in:
parent
0738fa957d
commit
0cdca68153
6 changed files with 67 additions and 15 deletions
|
@ -5,7 +5,12 @@
|
|||
*/
|
||||
|
||||
/* Responsive layout for mobile */
|
||||
@media (max-width: 768px) {
|
||||
@media (max-width: 800px) {
|
||||
/* Custom */
|
||||
.img {
|
||||
max-height: 25vh;
|
||||
}
|
||||
|
||||
/* Menu */
|
||||
.menu {
|
||||
width: 90%;
|
||||
|
@ -51,6 +56,7 @@
|
|||
.footer p {font-size:12px;}
|
||||
|
||||
.info {text-align: center; width: 100%;}
|
||||
.copyright {text-align: center; width: 100%;}
|
||||
|
||||
/* Boxes */
|
||||
.box {
|
||||
|
@ -65,4 +71,6 @@
|
|||
padding: 10px;
|
||||
width: 80%;
|
||||
}
|
||||
|
||||
.content {margin: auto;}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue