Updated some CSS and added .svg files locally.
This commit is contained in:
parent
85a88f4f0c
commit
dc2a4084ea
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 98 KiB |
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 323 KiB |
|
@ -170,7 +170,7 @@ section#otherSection {
|
|||
|
||||
a#home {
|
||||
grid-column: 2;
|
||||
grid-row: 2;
|
||||
grid-row: 1;
|
||||
align-self: center;
|
||||
color: #000;
|
||||
text-decoration: none;
|
||||
|
@ -185,7 +185,7 @@ a#home:hover {
|
|||
|
||||
.work.text {
|
||||
grid-column: 2 / span 3;
|
||||
grid-row: 3 / 9;
|
||||
grid-row: 2 / 9;
|
||||
}
|
||||
|
||||
.work.text > h1 {
|
||||
|
@ -199,13 +199,13 @@ a#home:hover {
|
|||
|
||||
.work.imgs {
|
||||
grid-column: 5 / 8;
|
||||
grid-row: 3 / 9;
|
||||
grid-row: 2 / 9;
|
||||
}
|
||||
|
||||
div.imgFeat {
|
||||
position: relative;
|
||||
grid-column: 3 / 8;
|
||||
grid-row: 2;
|
||||
grid-row: 1;
|
||||
}
|
||||
|
||||
.imgFeat > img {
|
||||
|
|
|
@ -31,8 +31,10 @@
|
|||
|
||||
|
||||
<section class="work imgs">
|
||||
<object data="https://git.suroh.tk/suroh/mastersThesis/src/branch/master/assets/illustrations/headhunter.svg" type="image/svg+xml"></object>
|
||||
<object data="../assets/imgs/headhunter.svg" type="image/svg+xml"></object>
|
||||
<object data="../assets/imgs/theKing.svg" type="image/svg+xml"></object>
|
||||
</section>
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Reference in New Issue