set projects section responsive
This commit is contained in:
@@ -122,4 +122,18 @@
|
||||
margin-left : 2em;
|
||||
font-weight: bold;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
|
||||
@media (max-width: 1366px) {
|
||||
.single-project {
|
||||
width: 47%;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@media (max-width: 768px) {
|
||||
.single-project {
|
||||
width: 90%;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user