mirror of
https://github.com/jadonyack/jadonyack.github.io.git
synced 2026-06-18 20:28:13 -04:00
Add PC section with corresponding image. Add imgs/ directory.
This commit is contained in:
24
style.css
24
style.css
@@ -50,6 +50,26 @@ body {
|
||||
}
|
||||
|
||||
.main-content {
|
||||
width: 100%;
|
||||
padding: 15vh, 30vw;
|
||||
padding: 10vh 20vw;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.intro {
|
||||
text-align: center;
|
||||
bottom margin: 20vh;
|
||||
}
|
||||
|
||||
.pc {
|
||||
margin: 20vh 0;
|
||||
width: 100%;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.pc img {
|
||||
display: block;
|
||||
max-width: 10vw;
|
||||
object-fit: contain;
|
||||
object-position: right;
|
||||
padding-left: 3vw;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user