website/assets/css/index.css

68 lines
1.0 KiB
CSS

.clickable {
cursor: pointer;
}
h1, h2 {
margin-top: 0px;
margin-bottom: 0px;
}
body {
font-size: large;
}
.project-row {
margin-top: 30px;
box-sizing: border-box;
}
/* Screenshots */
.screenshot {
width: 270px;
height: auto;
margin-right: 15px;
border-radius: 10px;
}
.no-screenshot {
width: 270px;
height: 270px;
background-color: #3e3e3e;
border-radius: 10px;
margin-right: 15px;
flex-shrink: 0;
}
.no-screenshot-pound {
font-size: 130px;
}
@media screen and (max-width: 720px) {
.screenshot {
width: 100px;
}
.no-screenshot {
width: 100px;
height: 100px;
flex-shrink: 0;
}
.no-screenshot-pound {
font-size: 43px;
}
#social-links td:nth-child(2) {
word-break: break-word;
}
#social-links td {
padding-top: 5px;
padding-bottom: 5px;
}
#social-links td[class="table-no-padding-top"] {
padding-top: 0px;
}
#social-links td[class="table-no-padding-bottom"] {
padding-bottom: 0px;
}
}