Skip to content
Permalink
6c95d326c8
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
21 lines (17 sloc) 292 Bytes
header, .sidebar-one, .sidebar-two, .content, footer{
border: 1px solid lightblue;
}
@media(min-width: 400px) {
.hg-body{
display: grid;
grid-template-columns: 20% 1fr 20%;
grid-gap: 10px;
height: 100vh;
}
ul li {
display: block;
}
header, footer {
font-size: 50px;
}
}