home update
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -1,29 +0,0 @@
|
||||
/*blog*/
|
||||
.item-title {
|
||||
font-family: 'Alata', sans-serif;
|
||||
color: rgba(0, 0, 0, 0.541);
|
||||
}
|
||||
|
||||
.blog-tags {
|
||||
color: rgb(0, 204, 255);
|
||||
}
|
||||
|
||||
.read-more:hover {
|
||||
background-color: transparent;
|
||||
color: #007bff;
|
||||
}
|
||||
|
||||
.read-more:focus {
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
.img-fluid {
|
||||
width: 100% !important;
|
||||
height: 350px !important;
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 600px) {
|
||||
.img-fluid {
|
||||
height: 200px !important;
|
||||
}
|
||||
}
|
||||
Vendored
-7
File diff suppressed because one or more lines are too long
@@ -1,4 +0,0 @@
|
||||
/*footer*/
|
||||
.footer {
|
||||
background: #f2f2f2;
|
||||
}
|
||||
@@ -1,19 +0,0 @@
|
||||
/*home*/
|
||||
h1 {}
|
||||
|
||||
.home {
|
||||
height: 100vh;
|
||||
padding-top: 10%;
|
||||
padding-left: 20%;
|
||||
padding-bottom: 0;
|
||||
margin: 0;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.name {
|
||||
font-family: 'Alata', sans-serif;
|
||||
}
|
||||
|
||||
.name-intro {
|
||||
font-size: 20PX;
|
||||
}
|
||||
Reference in New Issue
Block a user