-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
#207: Calendars Page #286
base: master
Are you sure you want to change the base?
#207: Calendars Page #286
Changes from 1 commit
616d4eb
82e9249
e0f1a86
0b1151c
8231084
11a6325
fb553bf
aa7eedb
387c74a
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,11 +2,11 @@ | |
list-style-type: none; | ||
|
||
li { | ||
height: 25px; | ||
height: 100px; | ||
width: 240px; | ||
float: left; | ||
text-align: center; | ||
margin-right: 0px; | ||
margin-right: 20px; | ||
border: 1px solid #aaa; | ||
padding: 0 20px; | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I don't use "px" in CSS, if you look closer to other files they all use "rems". For convenience there is a helper called There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @Restuta Done |
||
} | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'd use
x
in place ofk
orkey
if you want to be explicitThere was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Restuta Done