mirror of
https://github.com/janishutz/libreevent.git
synced 2025-11-25 13:24:24 +00:00
restructuring
This commit is contained in:
28
website/dist/css/home.css
vendored
Normal file
28
website/dist/css/home.css
vendored
Normal file
@@ -0,0 +1,28 @@
|
||||
/*
|
||||
* myevent - home.css
|
||||
*
|
||||
* Created by Janis Hutz 03/05/2023, Licensed under the GPL V3 License
|
||||
* https://janishutz.com, development@janishutz.com
|
||||
*
|
||||
*
|
||||
*/
|
||||
|
||||
/*
|
||||
This is the feature overview on the main page
|
||||
*/
|
||||
.feature-overview {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
flex-wrap: wrap;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.feature {
|
||||
display: inline-flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
flex-direction: column;
|
||||
width: 40%;
|
||||
padding: 2%;
|
||||
}
|
||||
Reference in New Issue
Block a user