Updates everything
This commit is contained in:
parent
ea220efc38
commit
7cf34b3650
24 changed files with 1305 additions and 11 deletions
|
@ -107,6 +107,9 @@ main{
|
|||
max-width: 95%;
|
||||
@media (min-width: 50em){
|
||||
max-width: 70%;
|
||||
&.wide{
|
||||
max-width: 95%;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -132,16 +135,34 @@ li{
|
|||
// overflow: auto;
|
||||
//}
|
||||
|
||||
.col-container{
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
flex-wrap: wrap;
|
||||
h1{
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
article{
|
||||
background-color: @gb-dm-bg1;
|
||||
margin: 1em;
|
||||
padding: 1em;
|
||||
border-radius: 1em;
|
||||
width: 100%;
|
||||
&.col{
|
||||
@media (min-width: 50em){
|
||||
width: 25%;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
footer{
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
flex-direction: column;
|
||||
@media (min-width: 50em){
|
||||
flex-direction: row;
|
||||
}
|
||||
justify-content: space-between;
|
||||
background-color: @gb-dm-bg3;
|
||||
padding: 0.5em;
|
||||
|
|
BIN
assets/lenovo-clock/microphone-board.jpg
Normal file
BIN
assets/lenovo-clock/microphone-board.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 122 KiB |
BIN
assets/lenovo-clock/screen-screws.jpg
Normal file
BIN
assets/lenovo-clock/screen-screws.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 67 KiB |
BIN
assets/lenovo-clock/screenshot.png
Normal file
BIN
assets/lenovo-clock/screenshot.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 20 KiB |
BIN
assets/van/24cf7a6dbc63425b9de9439f850e1897.jpg
Normal file
BIN
assets/van/24cf7a6dbc63425b9de9439f850e1897.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 112 KiB |
BIN
assets/van/68d3da94e7944b3ead7b0f400bd79909.jpg
Normal file
BIN
assets/van/68d3da94e7944b3ead7b0f400bd79909.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 86 KiB |
Loading…
Add table
Add a link
Reference in a new issue