mirror of
https://github.com/janishutz/libreevent.git
synced 2025-11-25 05:14:23 +00:00
initial setup of website
This commit is contained in:
16
website/dist/css/home.css
vendored
16
website/dist/css/home.css
vendored
@@ -19,10 +19,24 @@
|
||||
}
|
||||
|
||||
.feature {
|
||||
text-align: center;
|
||||
display: inline-flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
flex-direction: column;
|
||||
width: 40%;
|
||||
width: 100%;
|
||||
padding: 2%;
|
||||
}
|
||||
|
||||
|
||||
.image {
|
||||
width: 40%;
|
||||
height: auto;
|
||||
margin: 3%;
|
||||
}
|
||||
|
||||
@media only screen and (min-width: 999px) {
|
||||
.feature {
|
||||
width: 40%;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user