Skip to content

Commit

Permalink
Change logo
Browse files Browse the repository at this point in the history
  • Loading branch information
luisddm committed Dec 7, 2018
1 parent d51b0b0 commit fc6a691
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 7 deletions.
13 changes: 8 additions & 5 deletions public/stylesheets/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,8 @@ form {
text-align: center;
}
.logo {
width: 150px;
padding: 15px;
margin: 30px 0;
background: #efefef;
border-radius: 50%;
width: 250px;
margin-bottom: 20px;
}
.label {
font-weight: bold;
Expand Down Expand Up @@ -78,6 +75,12 @@ form {
width: 100%;
border-radius: 8px;
}
.input {
text-align: center;
}
input::placeholder {
color: #777;
}
.button {
margin: 20px;
height: 80px;
Expand Down
3 changes: 3 additions & 0 deletions views/end.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
<html lang="es">
<head>
<title><%= title %></title>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="/stylesheets/style.css" />
</head>
<body>
Expand Down
4 changes: 2 additions & 2 deletions views/index.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
<title><%= title %></title>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="/stylesheets/style.css" />
</head>
<body>
<div class="wrapper">
<div>
<img class="logo" src="/images/frontfest-logo.svg">
<img class="logo" src="/images/frontfest.svg">
</div>
<form action="/vote" method="post">
<div class="group">
Expand Down
3 changes: 3 additions & 0 deletions views/vote.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
<html lang="es">
<head>
<title><%= title %></title>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="/stylesheets/style.css" />
</head>
<body>
Expand Down

0 comments on commit fc6a691

Please sign in to comment.