WebApp to follow people on 9gag, sorted via last visited https://luna-development.net/9follow/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

48 lines
676 B

@font-face {
font-family: 'BebasNeue';
src: url("../fonts/BebasNeue-Regular.ttf");
}
h1, h2, h3, h4, h5, h6, button:not(.btn-close) {
font-family: BebasNeue, sans-serif;
}
#app {
margin-top: 1.5em;
}
#follow-button {
margin-top: 0.4em;
}
.btn-close {
border: none;
background-color: transparent;
color: white;
}
header {
border-bottom: 1px solid grey;
border-radius: 15px;
margin-bottom: 1em;
}
footer {
position: fixed;
bottom: 2em;
right: 2em;
}
.avatar {
border-radius: 25px;
max-height: 2em;
margin-right: 0.2em;
}
.timestamp {
margin-top: 0.1em;
}
.delete-button {
margin-left: 0.5em;
}