mirror of
https://github.com/Lapikud/lapikud.github.io.git
synced 2026-03-21 12:37:49 +00:00
Import laphack page
This commit is contained in:
53
_sass/home.scss
Normal file
53
_sass/home.scss
Normal file
@@ -0,0 +1,53 @@
|
||||
.home {
|
||||
.logo_container {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
flex-wrap: wrap;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
text-align: center;
|
||||
margin: 4rem 0;
|
||||
|
||||
.logo {
|
||||
max-width: 60rem;
|
||||
width: 100%;
|
||||
padding: 0 1rem;
|
||||
}
|
||||
}
|
||||
|
||||
.lg-icon-container {
|
||||
justify-content: flex-start;
|
||||
align-content: flex-start;
|
||||
align-items: flex-start;
|
||||
margin: 0;
|
||||
margin-top: 4rem;
|
||||
.column {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
align-content: flex-start;
|
||||
text-align: left;
|
||||
|
||||
.lg-icon {
|
||||
fill: #f0941d;
|
||||
width: 10rem;
|
||||
height: 10rem;
|
||||
flex: 1;
|
||||
}
|
||||
|
||||
div {
|
||||
flex: 2;
|
||||
}
|
||||
}
|
||||
@media (min-width: 40.0rem) {
|
||||
.column {
|
||||
flex-direction: column;
|
||||
justify-content: flex-start;
|
||||
align-items: center;
|
||||
align-content: flex-start;
|
||||
text-align: center;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user