First draft working
This commit is contained in:
@@ -52,7 +52,6 @@
|
||||
#top-nav{
|
||||
float: right;
|
||||
width: fit-content;
|
||||
padding-top: 20px;
|
||||
padding-right: 20px;
|
||||
}
|
||||
}
|
@@ -128,6 +128,7 @@ a{
|
||||
width: 100%;
|
||||
text-align: center;
|
||||
padding-bottom: 30px;
|
||||
padding-top: 20px
|
||||
}
|
||||
|
||||
#top-nav>a{
|
||||
@@ -149,4 +150,21 @@ a{
|
||||
|
||||
#error{
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
#project-main{
|
||||
padding: 0 10px 0 10px;
|
||||
min-height: 65vh;
|
||||
}
|
||||
|
||||
.project-text{
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
.article-category{
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.article-category:hover{
|
||||
text-decoration: underline;
|
||||
}
|
Reference in New Issue
Block a user